fix: Show File Upload for API Inbox (#1356)

This commit is contained in:
Pranav Raj S 2020-10-21 13:03:04 +05:30 committed by GitHub
parent cbe9e06472
commit 552df63621
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -179,7 +179,8 @@ export default {
return ( return (
this.isAWebWidgetInbox || this.isAWebWidgetInbox ||
this.isAFacebookInbox || this.isAFacebookInbox ||
this.isATwilioWhatsappChannel this.isATwilioWhatsappChannel ||
this.isAPIInbox
); );
}, },
replyButtonLabel() { replyButtonLabel() {