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'));