diff --git a/ghost/admin/app/services/notifications.js b/ghost/admin/app/services/notifications.js index 118e7e534d..6c92af3b00 100644 --- a/ghost/admin/app/services/notifications.js +++ b/ghost/admin/app/services/notifications.js @@ -149,7 +149,7 @@ export default Service.extend({ this.delayedNotifications.forEach((message) => { this.content.pushObject(message); }); - this.delayedNotifications = []; + this.set('delayedNotifications', []); }, closeNotification(notification) {