From dfc169c22c759f8c846a39d7242956576af5d92a Mon Sep 17 00:00:00 2001 From: Clairton Rodrigo Heinzen Date: Sat, 31 Aug 2024 10:35:05 -0300 Subject: [PATCH] fix: short param in replyTo --- .../components/widgets/conversation/bubble/ReplyTo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/dashboard/components/widgets/conversation/bubble/ReplyTo.vue b/app/javascript/dashboard/components/widgets/conversation/bubble/ReplyTo.vue index 12e84d0114af2..a99a43992f29b 100644 --- a/app/javascript/dashboard/components/widgets/conversation/bubble/ReplyTo.vue +++ b/app/javascript/dashboard/components/widgets/conversation/bubble/ReplyTo.vue @@ -61,7 +61,7 @@ export default { :message="message" :show-message-type="false" :default-empty-message="$t('CONVERSATION.REPLY_MESSAGE_NOT_FOUND')" - short="false" + :short="false" />