Skip to content

Commit

Permalink
Merge pull request #10952 from nextcloud/feat/10926/always-show-creat…
Browse files Browse the repository at this point in the history
…e-conversation-item

feat(LeftSidebar): Always show "create a new conversation" item
  • Loading branch information
nickvergessen authored Nov 20, 2023
2 parents 7f39a14 + 2c2b0a3 commit d6434b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LeftSidebar/LeftSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<!-- Search results -->
<template v-else-if="isSearching">
<!-- Create a new conversation -->
<NcListItem v-if="searchResultsConversationList.length === 0 && canStartConversations"
<NcListItem v-if="canStartConversations"
:name="t('spreed', 'Create a new conversation')"
data-nav-id="conversation_create_new"
@click="createConversation(searchText)">
Expand Down

0 comments on commit d6434b7

Please sign in to comment.