diff --git a/frontend/src/components/ClipboardCopy.vue b/frontend/src/components/ClipboardCopy.vue index 25b25e2cd..654c04e10 100644 --- a/frontend/src/components/ClipboardCopy.vue +++ b/frontend/src/components/ClipboardCopy.vue @@ -36,7 +36,7 @@ export default { this.toastSuccess(this.$t('gdd_per_link.link-copied')) }) .catch(() => { - this.noCopy = true + this.canCopyLink = false this.toastError(this.$t('gdd_per_link.not-copied')) }) },