web: fix drawer not updating after marking notification as seen
This commit is contained in:
@ -71,6 +71,8 @@ export class NotificationDrawer extends LitElement {
|
||||
data: {
|
||||
seen: true,
|
||||
}
|
||||
}).then(() => {
|
||||
this.firstUpdated();
|
||||
});
|
||||
}}>
|
||||
<i class="fas fa-times"></i>
|
||||
|
||||
Reference in New Issue
Block a user