From 873e67363d8f040994c6535a4ce4a18eba0194bf Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Thu, 12 Dec 2024 13:25:44 +0530 Subject: [PATCH] feat: add bubble names --- .../dashboard/components-next/message/bubbles/Activity.vue | 4 ++-- .../components-next/message/bubbles/Attachments.vue | 2 +- .../dashboard/components-next/message/bubbles/Audio.vue | 2 +- .../components-next/message/bubbles/BaseAttachment.vue | 5 ++++- .../components-next/message/bubbles/Email/Index.vue | 2 +- .../components-next/message/bubbles/InstagramStory.vue | 2 +- .../dashboard/components-next/message/bubbles/Text.vue | 2 +- .../components-next/message/bubbles/Unsupported.vue | 2 +- 8 files changed, 12 insertions(+), 9 deletions(-) diff --git a/app/javascript/dashboard/components-next/message/bubbles/Activity.vue b/app/javascript/dashboard/components-next/message/bubbles/Activity.vue index 6da4c7eb9..72fa1a3b9 100644 --- a/app/javascript/dashboard/components-next/message/bubbles/Activity.vue +++ b/app/javascript/dashboard/components-next/message/bubbles/Activity.vue @@ -10,7 +10,7 @@ defineProps({ diff --git a/app/javascript/dashboard/components-next/message/bubbles/Attachments.vue b/app/javascript/dashboard/components-next/message/bubbles/Attachments.vue index 1dcdf21d7..af3593d82 100644 --- a/app/javascript/dashboard/components-next/message/bubbles/Attachments.vue +++ b/app/javascript/dashboard/components-next/message/bubbles/Attachments.vue @@ -24,7 +24,7 @@ defineProps({ diff --git a/app/javascript/dashboard/components-next/message/bubbles/Audio.vue b/app/javascript/dashboard/components-next/message/bubbles/Audio.vue index ca45bd71a..eed369abc 100644 --- a/app/javascript/dashboard/components-next/message/bubbles/Audio.vue +++ b/app/javascript/dashboard/components-next/message/bubbles/Audio.vue @@ -35,7 +35,7 @@ const attachment = computed(() => {