mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 20:18:08 +00:00
fix: Show File Upload for API Inbox (#1356)
This commit is contained in:
@@ -179,7 +179,8 @@ export default {
|
||||
return (
|
||||
this.isAWebWidgetInbox ||
|
||||
this.isAFacebookInbox ||
|
||||
this.isATwilioWhatsappChannel
|
||||
this.isATwilioWhatsappChannel ||
|
||||
this.isAPIInbox
|
||||
);
|
||||
},
|
||||
replyButtonLabel() {
|
||||
|
||||
Reference in New Issue
Block a user