From 7790b887251eb653618ebaca864eecb8a0aa79d7 Mon Sep 17 00:00:00 2001 From: iamsivin Date: Fri, 15 Nov 2024 14:30:46 +0530 Subject: [PATCH] chore: Fix whats app template --- .../ComposeNewConversation.vue | 2 +- .../components/MessageEditor.vue | 8 +- .../components/WhatsAppOptions.vue | 18 ++-- .../components/WhatsappTemplateParser.vue | 84 ++++++++++++------- 4 files changed, 71 insertions(+), 41 deletions(-) diff --git a/app/javascript/dashboard/components-next/NewConversation/ComposeNewConversation.vue b/app/javascript/dashboard/components-next/NewConversation/ComposeNewConversation.vue index 2aa848a88..5ca07f3f6 100644 --- a/app/javascript/dashboard/components-next/NewConversation/ComposeNewConversation.vue +++ b/app/javascript/dashboard/components-next/NewConversation/ComposeNewConversation.vue @@ -396,9 +396,9 @@ watch( /> diff --git a/app/javascript/dashboard/components-next/NewConversation/components/MessageEditor.vue b/app/javascript/dashboard/components-next/NewConversation/components/MessageEditor.vue index d10a26dcc..f7de0726d 100644 --- a/app/javascript/dashboard/components-next/NewConversation/components/MessageEditor.vue +++ b/app/javascript/dashboard/components-next/NewConversation/components/MessageEditor.vue @@ -11,17 +11,13 @@ defineProps({ type: Boolean, required: true, }, - isWhatsappInbox: { - type: Boolean, - required: true, - }, }); const emit = defineEmits(['update:modelValue']);