Fix changelog merge conflict
# Conflicts: # CHANGELOG.md
This commit is contained in:
commit
179af131ee
10 changed files with 69 additions and 21 deletions
|
@ -95,7 +95,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
Add a link
Reference in a new issue