Skip to content

Commit

Permalink
chore: update local storage version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-musallam committed Nov 8, 2023
1 parent 6deb455 commit f1cfebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/reducer/preferences/preferencesReducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import { setVerticalSplitterPosition } from './actions/setVerticalSplitterPositi
import { setWorkspace } from './actions/setWorkspace';
import { mapWorkspaces } from './utilities/mapWorkspaces';

const LOCAL_STORAGE_VERSION = 16;
const LOCAL_STORAGE_VERSION = 17;

export const WORKSPACES_KEYS = {
componentKey: `nmrium-component-workspace`,
Expand Down

0 comments on commit f1cfebb

Please sign in to comment.