fix invalid entry
This commit is contained in:
parent
6fa671e6c8
commit
6211b9adc9
1 changed files with 1 additions and 1 deletions
|
|
@ -789,7 +789,7 @@ export const useSyncConfigStore = defineStore('sync_config', {
|
||||||
})
|
})
|
||||||
|
|
||||||
return finalValue === undefined
|
return finalValue === undefined
|
||||||
? definition.default
|
? [path, definition.default]
|
||||||
: [path, finalValue]
|
: [path, finalValue]
|
||||||
})
|
})
|
||||||
newState.prefsStorage.simple = Object.fromEntries(
|
newState.prefsStorage.simple = Object.fromEntries(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue