consistentcy and bugfix
This commit is contained in:
parent
c216340001
commit
a564fc1a1f
2 changed files with 3 additions and 3 deletions
|
|
@ -150,7 +150,7 @@ export const notifications = {
|
|||
id,
|
||||
credentials: rootState.users.currentUser.credentials
|
||||
}).then(() => {
|
||||
closeDesktopNotification(rootState, id)
|
||||
closeDesktopNotification(rootState, { id })
|
||||
})
|
||||
},
|
||||
dismissNotificationLocal ({ rootState, commit }, { id }) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue