Fix changelog merge conflict

# Conflicts:
#   CHANGELOG.md
This commit is contained in:
eris 2021-07-22 20:46:41 +00:00
commit 179af131ee
10 changed files with 69 additions and 21 deletions

View file

@ -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))
}
}
},