Skip to content

Commit

Permalink
fix: whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Jan 28, 2024
1 parent 167372d commit 38a9bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import logger from "redux-logger";
const authPersistConfig = {
key: "chatapi",
storage: storage,
whitelist: ["apiKey", "referencesRedux", "editorContent"],
whitelist: ["apiKey", "referencesRedux", "editorContent", "upsreamUrl"],
};

const rootReducer = combineReducers({
Expand Down

0 comments on commit 38a9bdf

Please sign in to comment.