From 94c231366ae28aee1079f59ed92f4286fef17bbf Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Mon, 7 Dec 2020 13:48:41 +0530 Subject: [PATCH] feat: Allow only image, pdf, audio, video, csv on file uploader (#1492) --- .../dashboard/components/widgets/conversation/ReplyBox.vue | 2 +- app/javascript/widget/components/ChatAttachment.vue | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue b/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue index 3c418f655..8d6b2c027 100644 --- a/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue +++ b/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue @@ -27,7 +27,7 @@ diff --git a/app/javascript/widget/components/ChatAttachment.vue b/app/javascript/widget/components/ChatAttachment.vue index 624d536fa..48f0463ef 100755 --- a/app/javascript/widget/components/ChatAttachment.vue +++ b/app/javascript/widget/components/ChatAttachment.vue @@ -1,5 +1,9 @@