We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066394f commit ca5186fCopy full SHA for ca5186f
src/web/browser-window/app/_notification/notification.effects.ts
@@ -16,6 +16,7 @@ export class NotificationEffects {
16
$notification = createEffect(
17
() => merge(
18
this.actions$.pipe(filter(NOTIFICATION_ACTIONS.is.Error)),
19
+ this.actions$.pipe(filter(NOTIFICATION_ACTIONS.is.ErrorMessage)),
20
this.actions$.pipe(filter(NOTIFICATION_ACTIONS.is.Info)),
21
this.actions$.pipe(filter(NOTIFICATION_ACTIONS.is.Update)),
22
).pipe(
0 commit comments