mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-2537] - fix mark as read notification (#5667)
* [AAE-2537] - fix mark as read notification * lint * fix unit test Co-authored-by: Silviu Popa <p3701014@L3700101120.ness.com>
This commit is contained in:
@@ -72,7 +72,7 @@ export class NotificationHistoryComponent implements OnDestroy {
|
||||
}
|
||||
|
||||
markAsRead() {
|
||||
this.storageService.setItem('notifications', '');
|
||||
this.storageService.removeItem('notifications');
|
||||
this.notifications = [];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user