Update frontend/src/components/ClipboardCopy.vue

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2022-04-26 12:39:09 +02:00 committed by GitHub
parent 526b2bbd5c
commit 38fe002f4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'))
})
},