From 245da198cbc740a928fbebd72c455848bde6d321 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Wed, 11 Dec 2024 17:53:37 +0530 Subject: [PATCH] feat: add broken image chip example --- .../dashboard/components-next/message/stories/Bubbles.story.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/dashboard/components-next/message/stories/Bubbles.story.vue b/app/javascript/dashboard/components-next/message/stories/Bubbles.story.vue index 1133ff369..ad607e15b 100644 --- a/app/javascript/dashboard/components-next/message/stories/Bubbles.story.vue +++ b/app/javascript/dashboard/components-next/message/stories/Bubbles.story.vue @@ -131,6 +131,7 @@ const attachmentsOnly = computed(() => getMessage({ content: null, attachments: [ + getAttachment('image', 'https://chatwoot.dev/broken.png'), getAttachment( 'video', 'https://videos.pexels.com/video-files/1739010/1739010-hd_1920_1080_30fps.mp4'