From 073dd8b56061fe5c606bf63da0d76bb01c2f327d Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 7 Sep 2021 10:23:55 +0200 Subject: [PATCH] web/admin: fix notification clear all not triggering render Signed-off-by: Jens Langhammer --- web/src/elements/notifications/NotificationDrawer.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/elements/notifications/NotificationDrawer.ts b/web/src/elements/notifications/NotificationDrawer.ts index 8d25a1af0..1d32d9092 100644 --- a/web/src/elements/notifications/NotificationDrawer.ts +++ b/web/src/elements/notifications/NotificationDrawer.ts @@ -173,6 +173,7 @@ export class NotificationDrawer extends LitElement { level: MessageLevel.success, message: t`Successfully cleared notifications`, }); + this.firstUpdated(); }); }} class="pf-c-button pf-m-secondary pf-m-block"