search results and case summary page
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@ const makeStore = ({ isServer }) => {
|
||||
const storage = require("redux-persist/lib/storage").default;
|
||||
|
||||
const persistConfig = {
|
||||
key: "acp_" + Math.floor(100000 + Math.random() * 900000),
|
||||
key: "acp",
|
||||
whitelist: [
|
||||
"currentView",
|
||||
"search",
|
||||
|
||||
Reference in New Issue
Block a user