From 121b5af63ea086e483d16de6cdac8aac83aa2092 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 Mar 2026 17:03:18 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=95=20Sync=202026-03-23=2017:03:18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- luci-app-samba4/htdocs/luci-static/resources/view/samba4.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js b/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js index 57ad46da..9ace89ca 100644 --- a/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js +++ b/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js @@ -117,7 +117,7 @@ return view.extend({ o.default = 'no'; // smb.conf default is 'yes' o.rmempty = false; - s.option(form.Flag, 'force_root', _('Force Root')); + o = s.option(form.Flag, 'force_root', _('Force Root')); o.enabled = 'yes'; o.disabled = 'no'; o.default = 'yes';