Skip to content

Commit

Permalink
feat(web): add persist data version
Browse files Browse the repository at this point in the history
  • Loading branch information
LeezQ committed Mar 6, 2023
1 parent 22afe0a commit f2cd1ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion web/src/pages/customSetting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,11 @@ const useCustomSettingStore = create<State>()(
});
},
})),
{ name: "laf_custom_setting" },

{
name: "laf_custom_setting",
version: 1,
},
),
),
);
Expand Down

0 comments on commit f2cd1ea

Please sign in to comment.