fix import/export
This commit is contained in:
parent
195e353b3a
commit
d881b92f86
5 changed files with 46 additions and 7 deletions
|
|
@ -6,6 +6,8 @@ import { useInstanceStore } from 'src/stores/instance'
|
|||
|
||||
import { defaultState as configDefaultState } from 'src/modules/default_config_state'
|
||||
|
||||
export const LOCAL_ONLY_KEYS = new Set(Object.keys(configDefaultState))
|
||||
|
||||
export const defaultState = {
|
||||
prefsStorage: {
|
||||
...configDefaultState,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue