diff --git a/ui/src/app/services/startup-alerts.notifier.ts b/ui/src/app/services/startup-alerts.notifier.ts index cc561e03b..1e9d6b509 100644 --- a/ui/src/app/services/startup-alerts.notifier.ts +++ b/ui/src/app/services/startup-alerts.notifier.ts @@ -35,7 +35,7 @@ export class GlobalAlertsNotifier { ), concatMap( () => this.osUpdateAlertNeeded$().pipe( - switchMap(vl => vl ? this.presentUpdateDailogues(vl) : of({ })), + concatMap(vl => vl ? this.presentUpdateDailogues(vl) : of({ })), ), ), ).subscribe()