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:38:01 +02:00 committed by GitHub
parent 3c9a12d293
commit 82f6bf4d9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
<template>
<div class="clipboard-copy">
<b-input-group v-if="!noCopy" size="lg" class="mb-3" prepend="Link">
<b-input-group v-if="canCopyLink" size="lg" class="mb-3" prepend="Link">
<b-form-input :value="link" type="text" readonly></b-form-input>
<b-input-group-append>
<b-button size="sm" text="Button" variant="primary" @click="CopyLink">