Compare commits
2 commits
aa41c6d2b7
...
7514891106
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7514891106 | ||
|
|
d5fefa23fd |
1 changed files with 6 additions and 4 deletions
|
|
@ -190,10 +190,12 @@ export const useNotificationsStore = defineStore('notifications', {
|
|||
}
|
||||
this.idStore.set(notification.id, notification)
|
||||
|
||||
this.statusNotificationRelations.set(
|
||||
notification.status,
|
||||
this.idStore.get(notification.id),
|
||||
)
|
||||
if (notification.status) {
|
||||
this.statusNotificationRelations.set(
|
||||
notification.status,
|
||||
this.idStore.get(notification.id),
|
||||
)
|
||||
}
|
||||
|
||||
maybeShowNotification(
|
||||
useMergedConfigStore().mergedConfig.notificationVisibility,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue