Skip to content

Commit

Permalink
Merge pull request #11100 from nextcloud/feat/11039/show-create-conve…
Browse files Browse the repository at this point in the history
…rsation-button

feat(NewGroupConversation): Always show create conversation button
  • Loading branch information
DorraJaouad authored Dec 4, 2023
2 parents 023bd07 + 472d4f0 commit 726b688
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
placement are rendered depending on the current page -->
<div class="new-group-conversation__footer">
<!-- First page -->
<NcButton v-if="page===0 && isPublic"
<NcButton v-if="page===0 && conversationName"
:disabled="disabled"
type="tertiary"
@click="handleCreateConversation">
Expand Down

0 comments on commit 726b688

Please sign in to comment.