Skip to content

Commit

Permalink
remove warning on invalid prop value
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Jun 13, 2023
1 parent 6693f60 commit 889fa40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vue-app/src/components/CopyButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<div
v-tooltip="{
content: isCopied ? $t('copyButton.tooltip1') : `${$t('copyButton.copy')}${text && ` ${text}`}`,
hideOnTargetClick: false,
}"
:class="`${myClass || 'copy-icon'} ${hasBorder && 'border'}`"
@click="copyToClipboard"
Expand Down

0 comments on commit 889fa40

Please sign in to comment.