diff --git a/app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue b/app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue index dc8cae554..7e6c89bac 100644 --- a/app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue +++ b/app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue @@ -255,6 +255,9 @@ export default { foldersId: this.foldersId, conversationType: this.conversationType, }); + if (this.isActiveChat) { + return; + } router.push({ path: frontendURL(path) }); }, },