Skip to content

Commit

Permalink
Persist the hasBeenVisible state
Browse files Browse the repository at this point in the history
Make sure that it is remembered across page loads
  • Loading branch information
spaceo committed Aug 16, 2024
1 parent c1082fb commit bb95827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import extractServiceBaseUrls from "./utils/reduxMiddleware/extractServiceBaseUr
const persistConfig = {
key: "dpl-react",
storage,
blacklist: ["text", "url", "modal", "config", "blockedModal"]
blacklist: ["text", "url", "modal", "config"]
};

export const store = configureStore({
Expand Down

0 comments on commit bb95827

Please sign in to comment.