From 91e7fa8465c909dd484412de9c1932a18e3dfcfc Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Tue, 26 May 2026 13:54:21 +0300 Subject: [PATCH] luci-app-radicale3: correctness fixes Signed-off-by: Paul Donald --- .../htdocs/luci-static/resources/view/radicale3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'));