Skip to content

Commit

Permalink
Merge pull request #5538 from nextcloud/fix/linkbubble_no_href
Browse files Browse the repository at this point in the history
fix(LinkBubble): Display link bubble view only if href is set
  • Loading branch information
mejo- authored Mar 20, 2024
2 parents 73ed989 + 9e74ac9 commit 805aa07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Link/LinkBubbleView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</div>

<!-- link preview -->
<NcReferenceList v-else
<NcReferenceList v-else-if="href"
ref="referencelist"
:text="sanitizedHref"
:limit="1"
Expand Down

0 comments on commit 805aa07

Please sign in to comment.