consistentcy and bugfix

This commit is contained in:
Henry Jameson 2023-11-19 13:54:26 +02:00
commit a564fc1a1f
2 changed files with 3 additions and 3 deletions

View file

@ -150,7 +150,7 @@ export const notifications = {
id,
credentials: rootState.users.currentUser.credentials
}).then(() => {
closeDesktopNotification(rootState, id)
closeDesktopNotification(rootState, { id })
})
},
dismissNotificationLocal ({ rootState, commit }, { id }) {