We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a976912 + 49ba0d4 commit 8223cd1Copy full SHA for 8223cd1
1 file changed
src/components/Link/LinkBubbleView.vue
@@ -53,7 +53,7 @@
53
@toggle="setPreview"
54
@delete="removeLink" />
55
<NcButton
56
- v-else
+ v-else-if="isEditable"
57
:title="t('text', 'Cancel')"
58
:aria-label="t('text', 'Cancel')"
59
variant="tertiary"
0 commit comments