web: fix drawer not updating after marking notification as seen

This commit is contained in:
Jens Langhammer 2021-03-08 18:00:33 +01:00
parent d9c3a29404
commit 5413a01360
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,8 @@ export class NotificationDrawer extends LitElement {
data: {
seen: true,
}
}).then(() => {
this.firstUpdated();
});
}}>
<i class="fas fa-times"></i>