diff --git a/app/javascript/dashboard/components-next/message/bubbles/Image.vue b/app/javascript/dashboard/components-next/message/bubbles/Image.vue index 15f87511a..9caa897fa 100644 --- a/app/javascript/dashboard/components-next/message/bubbles/Image.vue +++ b/app/javascript/dashboard/components-next/message/bubbles/Image.vue @@ -70,7 +70,7 @@ const downloadAttachment = async () => { >
@@ -105,7 +105,7 @@ const downloadAttachment = async () => { v-model:show="showGallery" :attachment="useSnakeCase(attachment)" :all-attachments="filteredCurrentChatAttachments" - @error="onError" + @error="handleError" @close="() => (showGallery = false)" />