feat: notifications rework
This commit is contained in:
parent
b6e7d98b72
commit
ffa8713ee4
77 changed files with 2281 additions and 3269 deletions
|
|
@ -11,6 +11,8 @@ low(adapter).then(it => {
|
|||
|
||||
function saveConfig (config) {
|
||||
const currentState = db.getState()
|
||||
// TODO this should be _.assign
|
||||
// change after flattening of schema
|
||||
const newState = _.mergeWith((objValue, srcValue) => {
|
||||
if (_.isArray(objValue)) {
|
||||
return srcValue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue