web: fix drawer not updating after marking notification as seen
This commit is contained in:
parent
d9c3a29404
commit
5413a01360
|
@ -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