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']);