web/admin: fix notification clear all not triggering render

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-09-07 10:23:55 +02:00
parent b5d2924d46
commit 073dd8b560
1 changed files with 1 additions and 0 deletions

View File

@ -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"