From b0829d553704140b885c3a8013edb7884a5771cf Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 11 Feb 2024 20:53:59 -0600 Subject: [PATCH] Fixed: Correctly persist calendar custom filter selection ignore-downstream --- frontend/src/Store/Actions/calendarActions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Store/Actions/calendarActions.js b/frontend/src/Store/Actions/calendarActions.js index 4fece9523..5ff9f7126 100644 --- a/frontend/src/Store/Actions/calendarActions.js +++ b/frontend/src/Store/Actions/calendarActions.js @@ -97,7 +97,7 @@ export const persistState = [ 'calendar.view', 'calendar.selectedFilterKey', 'calendar.options', - 'seriesIndex.customFilters' + 'calendar.customFilters' ]; //