From 38fe002f4bd353285cd540310e3772c87f5183fc Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Tue, 26 Apr 2022 12:39:09 +0200 Subject: [PATCH] Update frontend/src/components/ClipboardCopy.vue Co-authored-by: Moriz Wahl --- frontend/src/components/ClipboardCopy.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')) }) },