chore: Displayed WhatsApp API provider name in inbox settings (#5346)

This commit is contained in:
Sivin Varghese
2022-08-29 12:40:15 +05:30
committed by GitHub
parent 9ddf4c205c
commit a9d687565e
9 changed files with 63 additions and 31 deletions

View File

@@ -168,7 +168,7 @@ export default {
return (
this.isOutgoing &&
this.sourceId &&
(this.isAnEmailChannel || this.isAWhatsappChannel)
(this.isAnEmailChannel || this.isAWhatsAppChannel)
);
},
},