Skip to content

Commit

Permalink
Merge pull request #17888 from martenson/no-copy-edit
Browse files Browse the repository at this point in the history
do not show published item copy button when editing slug
  • Loading branch information
martenson authored Apr 3, 2024
2 parents 28c8b2f + 04d3a9f commit 0d3e8cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/Sharing/EditableUrl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ function onCopyOut() {
</BButton>

<BButton
v-if="!editing"
id="tooltip-clipboard"
v-b-tooltip.hover
size="md"
Expand Down

0 comments on commit 0d3e8cd

Please sign in to comment.