diff --git a/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue b/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue index 3e2dc81a0..e7c825752 100644 --- a/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue +++ b/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue @@ -450,8 +450,7 @@ export default { return this.currentChat.id; }, conversationIdByRoute() { - const { conversation_id: conversationId } = this.$route.params; - return conversationId; + return this.conversationId; }, editorStateId() { return `draft-${this.conversationIdByRoute}-${this.replyType}`;