added autocomplete search

This commit is contained in:
2021-08-11 14:28:51 +01:00
parent f293a53755
commit 27a5c0da29
7 changed files with 249 additions and 48 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ const makeStore = ({ isServer }) => {
const storage = require("redux-persist/lib/storage").default;
const persistConfig = {
key: "acp",
key: "acp_" + Math.floor(100000 + Math.random() * 900000),
whitelist: [
"currentView",
"search",