diff --git a/framework/core/js/src/forum/states/NotificationListState.js b/framework/core/js/src/forum/states/NotificationListState.js index 93ad0bff5..31648d49d 100644 --- a/framework/core/js/src/forum/states/NotificationListState.js +++ b/framework/core/js/src/forum/states/NotificationListState.js @@ -9,6 +9,10 @@ export default class NotificationListState { this.moreResults = false; } + clear() { + this.notificationPages = []; + } + getNotificationPages() { return this.notificationPages; }