From 685e5c615b9657a1d8878faa02c3efc4f46e184c Mon Sep 17 00:00:00 2001 From: iamsivin Date: Wed, 21 Feb 2024 22:37:37 +0530 Subject: [PATCH] chore: Review fix --- .../dashboard/routes/dashboard/commands/inboxHotKeys.js | 1 + 1 file changed, 1 insertion(+) 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) {