Merge branch 'fix-themes-select' into shigusegubu
* fix-themes-select: Fixed mergedConfig misbehaving on first boot lint
This commit is contained in:
commit
7ab5a1c8f8
2 changed files with 3 additions and 2 deletions
|
@ -97,7 +97,8 @@ const config = {
|
|||
const { defaultConfig } = rootGetters
|
||||
return {
|
||||
...defaultConfig,
|
||||
...state
|
||||
// Do not override with undefined
|
||||
...Object.fromEntries(Object.entries(state).filter(([k, v]) => v !== undefined))
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue