fix: Show File Upload for API Inbox (#1356)
This commit is contained in:
parent
cbe9e06472
commit
552df63621
1 changed files with 2 additions and 1 deletions
|
@ -179,7 +179,8 @@ export default {
|
||||||
return (
|
return (
|
||||||
this.isAWebWidgetInbox ||
|
this.isAWebWidgetInbox ||
|
||||||
this.isAFacebookInbox ||
|
this.isAFacebookInbox ||
|
||||||
this.isATwilioWhatsappChannel
|
this.isATwilioWhatsappChannel ||
|
||||||
|
this.isAPIInbox
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
replyButtonLabel() {
|
replyButtonLabel() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue