Frontend handle this change

This commit is contained in:
shamoon
2026-02-20 14:03:38 -08:00
parent 34bdf41931
commit 7bcfcf1e49
5 changed files with 15 additions and 11 deletions

View File

@@ -255,12 +255,12 @@ export const SETTINGS: UiSetting[] = [
{
key: SETTINGS_KEYS.DASHBOARD_VIEWS_VISIBLE_IDS,
type: 'array',
default: null,
default: [],
},
{
key: SETTINGS_KEYS.SIDEBAR_VIEWS_VISIBLE_IDS,
type: 'array',
default: null,
default: [],
},
{
key: SETTINGS_KEYS.DASHBOARD_VIEWS_SORT_ORDER,