From 552df63621fd417354fb97a807b5fad00178a338 Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Wed, 21 Oct 2020 13:03:04 +0530 Subject: [PATCH] fix: Show File Upload for API Inbox (#1356) --- .../dashboard/components/widgets/conversation/ReplyBox.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue b/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue index f56d224a5..ba55a8a78 100644 --- a/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue +++ b/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue @@ -179,7 +179,8 @@ export default { return ( this.isAWebWidgetInbox || this.isAFacebookInbox || - this.isATwilioWhatsappChannel + this.isATwilioWhatsappChannel || + this.isAPIInbox ); }, replyButtonLabel() {