Skip to content

Commit ca5186f

Browse files
committed
bugfix: "ErrorMessage" notification should open notifications outlet
1 parent 066394f commit ca5186f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/web/browser-window/app/_notification/notification.effects.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export class NotificationEffects {
1616
$notification = createEffect(
1717
() => merge(
1818
this.actions$.pipe(filter(NOTIFICATION_ACTIONS.is.Error)),
19+
this.actions$.pipe(filter(NOTIFICATION_ACTIONS.is.ErrorMessage)),
1920
this.actions$.pipe(filter(NOTIFICATION_ACTIONS.is.Info)),
2021
this.actions$.pipe(filter(NOTIFICATION_ACTIONS.is.Update)),
2122
).pipe(

0 commit comments

Comments
 (0)