web/admin: fix notification clear all not triggering render
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
b5d2924d46
commit
073dd8b560
|
@ -173,6 +173,7 @@ export class NotificationDrawer extends LitElement {
|
||||||
level: MessageLevel.success,
|
level: MessageLevel.success,
|
||||||
message: t`Successfully cleared notifications`,
|
message: t`Successfully cleared notifications`,
|
||||||
});
|
});
|
||||||
|
this.firstUpdated();
|
||||||
});
|
});
|
||||||
}}
|
}}
|
||||||
class="pf-c-button pf-m-secondary pf-m-block"
|
class="pf-c-button pf-m-secondary pf-m-block"
|
||||||
|
|
Reference in New Issue