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)" />