Compare commits
No commits in common. "7514891106b7c7acf6d981f737eca485d5e2f48a" and "aa41c6d2b732533f46bdc1250eb5d0cabbf95189" have entirely different histories.
7514891106
...
aa41c6d2b7
1 changed files with 4 additions and 6 deletions
|
|
@ -190,12 +190,10 @@ export const useNotificationsStore = defineStore('notifications', {
|
|||
}
|
||||
this.idStore.set(notification.id, notification)
|
||||
|
||||
if (notification.status) {
|
||||
this.statusNotificationRelations.set(
|
||||
notification.status,
|
||||
this.idStore.get(notification.id),
|
||||
)
|
||||
}
|
||||
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