From 66fbe1bde789da1a9dee4c84de1c03e6349f0737 Mon Sep 17 00:00:00 2001 From: Pranav Date: Fri, 7 Mar 2025 16:02:40 -0800 Subject: [PATCH] fix: Hide Configuration page for Microsoft & Gmail channels (#11045) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .../dashboard/routes/dashboard/settings/inbox/Settings.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/javascript/dashboard/routes/dashboard/settings/inbox/Settings.vue b/app/javascript/dashboard/routes/dashboard/settings/inbox/Settings.vue index 785c12d3a..fa7c9baec 100644 --- a/app/javascript/dashboard/routes/dashboard/settings/inbox/Settings.vue +++ b/app/javascript/dashboard/routes/dashboard/settings/inbox/Settings.vue @@ -121,8 +121,6 @@ export default { this.isALineChannel || this.isAPIInbox || (this.isAnEmailChannel && !this.inbox.provider) || - this.isAMicrosoftInbox || - this.isAGoogleInbox || this.isAWhatsAppChannel || this.isAWebWidgetInbox ) {