mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-15 12:08:17 -06:00
Fix user preference selection
This commit is contained in:
parent
4c92397d71
commit
ec364c6fc2
@ -26,8 +26,8 @@ PREFERENCES = {
|
||||
'ui.htmx_navigation': UserPreference(
|
||||
label=_('HTMX Navigation'),
|
||||
choices=(
|
||||
('', _('Disabled')),
|
||||
('true', _('Enabled')),
|
||||
('false', _('Disabled')),
|
||||
),
|
||||
default=False
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user