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"