fix: Hide Configuration page for Microsoft & Gmail channels (#11045)

The Microsoft and Gmail channels don’t function with custom SMTP or IMAP
configurations or forwarding option. Displaying the configuration tab
creates confusion among users.

This PR would eliminate the option for these channels.
This commit is contained in:
Pranav 2025-03-07 16:02:40 -08:00 committed by GitHub
parent a543cc92df
commit 66fbe1bde7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -121,8 +121,6 @@ export default {
this.isALineChannel ||
this.isAPIInbox ||
(this.isAnEmailChannel && !this.inbox.provider) ||
this.isAMicrosoftInbox ||
this.isAGoogleInbox ||
this.isAWhatsAppChannel ||
this.isAWebWidgetInbox
) {