frontend: clear localstorage
This commit is contained in:
parent
9acc0f8079
commit
b63429483d
@ -286,7 +286,7 @@ const localStorageEffect =
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
const ROOT_STATE_KEY = 'settingsState3'
|
const ROOT_STATE_KEY = 'settingsState4'
|
||||||
// Each atom can reference an array of these atom effect functions which are called in priority order when the atom is initialized
|
// Each atom can reference an array of these atom effect functions which are called in priority order when the atom is initialized
|
||||||
// https://recoiljs.org/docs/guides/atom-effects/#local-storage-persistence
|
// https://recoiljs.org/docs/guides/atom-effects/#local-storage-persistence
|
||||||
export const settingState = atom<Settings>({
|
export const settingState = atom<Settings>({
|
||||||
|
Loading…
Reference in New Issue
Block a user