fix: Add fixes for sentry errors (#3522)

- Add fixes for sentry errors
This commit is contained in:
Pranav Raj S
2021-12-09 11:50:28 +05:30
committed by GitHub
parent 2be71e73dc
commit 2f63ebb8a6
11 changed files with 124 additions and 110 deletions
@@ -85,7 +85,6 @@ export default {
},
toggleEmailActionsModal() {
this.showEmailActionsModal = !this.showEmailActionsModal;
this.hideConversationActions();
},
},
};