diff --git a/src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue b/src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue index f135363924d..135a857af9b 100644 --- a/src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue +++ b/src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue @@ -285,7 +285,7 @@ export default { showModalForItem(item) { if (item) { // Preload the conversation name from group selection - this.conversation.displayName = item.label + this.newConversation.displayName = item.label this.$store.dispatch('updateSelectedParticipants', item) }