Fixed: Correctly persist calendar custom filter selection

ignore-downstream
This commit is contained in:
Qstick 2024-02-11 20:53:59 -06:00 committed by Mark McDowall
parent 965e7c22d9
commit b0829d5537
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ export const persistState = [
'calendar.view', 'calendar.view',
'calendar.selectedFilterKey', 'calendar.selectedFilterKey',
'calendar.options', 'calendar.options',
'seriesIndex.customFilters' 'calendar.customFilters'
]; ];
// //