feat: enable inbox configuration

This commit is contained in:
Shivam Mishra
2024-06-03 12:55:03 +05:30
parent df26e940da
commit 5c957054fe
2 changed files with 5 additions and 1 deletions
@@ -541,7 +541,8 @@ export default {
this.isALineChannel ||
this.isAPIInbox ||
(this.isAnEmailChannel && !this.inbox.provider) ||
(this.isAnEmailChannel && this.inbox.provider === 'microsoft') ||
this.isAMicrosoftInbox ||
this.isAGoogleInbox ||
this.isAWhatsAppChannel ||
this.isAWebWidgetInbox
) {