Skip to content

Commit

Permalink
Merge pull request #9709 from nextcloud/fix/noid/create-conversation-…
Browse files Browse the repository at this point in the history
…from-groups

Fix error when creating a conversation from search results
  • Loading branch information
Antreesy authored Jun 6, 2023
2 parents c02d5e1 + bc1bd59 commit 497f24a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit 497f24a

Please sign in to comment.