diff --git a/app/javascript/dashboard/routes/dashboard/commands/inboxHotKeys.js b/app/javascript/dashboard/routes/dashboard/commands/inboxHotKeys.js index af513a6be..db0e0408d 100644 --- a/app/javascript/dashboard/routes/dashboard/commands/inboxHotKeys.js +++ b/app/javascript/dashboard/routes/dashboard/commands/inboxHotKeys.js @@ -85,6 +85,7 @@ export default { }, destroyed() { bus.$off(CMD_TOGGLE_SNOOZE_NOTIFICATION, this.toggleSnoozeOptions); + this.showSnoozeNotificationItems = false; }, methods: { prepareActions(actions) {