From: Paul Donald Date: Tue, 26 May 2026 10:54:21 +0000 (+0300) Subject: luci-app-radicale3: correctness fixes X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=91e7fa8465c909dd484412de9c1932a18e3dfcfc;p=openwrt-luci.git luci-app-radicale3: correctness fixes Signed-off-by: Paul Donald --- diff --git a/applications/luci-app-radicale3/htdocs/luci-static/resources/view/radicale3.js b/applications/luci-app-radicale3/htdocs/luci-static/resources/view/radicale3.js index 54fe96a0e8..b8feb7f482 100644 --- a/applications/luci-app-radicale3/htdocs/luci-static/resources/view/radicale3.js +++ b/applications/luci-app-radicale3/htdocs/luci-static/resources/view/radicale3.js @@ -451,7 +451,7 @@ return view.extend({ s.tab('main', _('Main')); o = s.taboption('main', form.ListValue, 'level', _('Log Level')); - s.rmempty = true; + o.rmempty = true; o.value('', _('Default (info)')); o.value('trace', _('Trace')); o.value('debug', _('Debug'));