fix: Show File Upload for API Inbox (#1356)
This commit is contained in:
@@ -179,7 +179,8 @@ export default {
|
|||||||
return (
|
return (
|
||||||
this.isAWebWidgetInbox ||
|
this.isAWebWidgetInbox ||
|
||||||
this.isAFacebookInbox ||
|
this.isAFacebookInbox ||
|
||||||
this.isATwilioWhatsappChannel
|
this.isATwilioWhatsappChannel ||
|
||||||
|
this.isAPIInbox
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
replyButtonLabel() {
|
replyButtonLabel() {
|
||||||
|
|||||||
Reference in New Issue
Block a user