From 25d9588095772ab71600f5fd08d8262dbe6278ea Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Thu, 12 Dec 2024 13:35:34 +0530 Subject: [PATCH] feat: update styles --- .../components-next/message/bubbles/InstagramStory.vue | 2 +- .../dashboard/components-next/message/bubbles/Location.vue | 7 +------ .../components-next/message/bubbles/Unsupported.vue | 2 +- .../dashboard/components-next/message/chips/Image.vue | 6 +++--- 4 files changed, 6 insertions(+), 11 deletions(-) diff --git a/app/javascript/dashboard/components-next/message/bubbles/InstagramStory.vue b/app/javascript/dashboard/components-next/message/bubbles/InstagramStory.vue index 7e34a0169..a3741d704 100644 --- a/app/javascript/dashboard/components-next/message/bubbles/InstagramStory.vue +++ b/app/javascript/dashboard/components-next/message/bubbles/InstagramStory.vue @@ -78,7 +78,7 @@ const onVideoLoadError = () => { />

diff --git a/app/javascript/dashboard/components-next/message/bubbles/Location.vue b/app/javascript/dashboard/components-next/message/bubbles/Location.vue index e6678dcc0..19c4ce505 100644 --- a/app/javascript/dashboard/components-next/message/bubbles/Location.vue +++ b/app/javascript/dashboard/components-next/message/bubbles/Location.vue @@ -1,7 +1,6 @@ diff --git a/app/javascript/dashboard/components-next/message/chips/Image.vue b/app/javascript/dashboard/components-next/message/chips/Image.vue index 4e978d5f8..3a1ad1888 100644 --- a/app/javascript/dashboard/components-next/message/chips/Image.vue +++ b/app/javascript/dashboard/components-next/message/chips/Image.vue @@ -29,14 +29,14 @@ const handleError = () => { >

{{ $t('COMPONENTS.MEDIA.LOADING_FAILED') }}
@@ -46,7 +46,7 @@ const handleError = () => { v-model:show="showGallery" :attachment="useSnakeCase(attachment)" :all-attachments="filteredCurrentChatAttachments" - @error="onError" + @error="handleError" @close="() => (showGallery = false)" />