Compare commits

..

No commits in common. "7514891106b7c7acf6d981f737eca485d5e2f48a" and "aa41c6d2b732533f46bdc1250eb5d0cabbf95189" have entirely different histories.

View file

@ -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,