Skip to content

Commit

Permalink
fix: CE-600 bump redux ver (#336)
Browse files Browse the repository at this point in the history
Co-authored-by: afwilcox <[email protected]>
Co-authored-by: Mike <[email protected]>
  • Loading branch information
3 people authored Apr 11, 2024
1 parent f1fad84 commit 95ff0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/store/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const persistConfig = {
storage,
blacklist: ["app"],
whitelist: ["codeTables"],
version: 3, // This needs to be incremented every time a new migration is added
version: 5, // This needs to be incremented every time a new migration is added
debug: true,
migrate: createMigrate(migration, { debug: false }),
};
Expand Down

0 comments on commit 95ff0b5

Please sign in to comment.