diff --git a/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/threat_detection/components/SusDataTable.jsx b/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/threat_detection/components/SusDataTable.jsx index 3883ebf3e2..29bcf75ec9 100644 --- a/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/threat_detection/components/SusDataTable.jsx +++ b/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/threat_detection/components/SusDataTable.jsx @@ -542,6 +542,8 @@ function SusDataTable({ currDateRange, rowClicked, triggerRefresh }) { } const key = startTimestamp + endTimestamp; + const stableFilterKey = "/dashboard/protection/threat-activity"; + const persistedFilters = (PersistStore.getState().filtersMap?.[stableFilterKey]?.filters) || []; return (