From 0b88dbfae20f316c9ad514bbefe9f4a5dd9aec79 Mon Sep 17 00:00:00 2001 From: Alex Holliday Date: Thu, 20 Jun 2024 15:08:41 -0700 Subject: [PATCH] Added whitelist --- Client/src/store.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Client/src/store.js b/Client/src/store.js index 300408a00..54201761e 100644 --- a/Client/src/store.js +++ b/Client/src/store.js @@ -7,6 +7,7 @@ import { persistReducer, persistStore } from "redux-persist"; const persistConfig = { key: "root", storage, + whitielist: ["auth", "monitors"], }; const rootReducer = combineReducers({