From d26959f57c36173461118ae484b0499419ace2bc Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Mon, 9 Oct 2023 19:52:32 +0530 Subject: [PATCH] feat: include attachments in props --- .../dashboard/components/widgets/conversation/ReplyBox.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue b/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue index b1a407410..bfb3ae524 100644 --- a/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue +++ b/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue @@ -23,6 +23,7 @@ v-if="shouldShowReplyToMessage" :message-id="inReplyTo.id" :message-content="inReplyTo.content" + :attachments="inReplyTo.attachments" @dismiss="resetReplyToMessage" @navigate-to-message="navigateToMessage" />