refactor: use utils.copytext (#3590)

This commit is contained in:
dni ⚡
2025-11-27 12:31:14 +01:00
committed by GitHub
parent e6ca8a33c6
commit 704e5a1b73
17 changed files with 50 additions and 40 deletions
@@ -50,7 +50,7 @@
>
<q-btn
v-if="prop.copy"
@click="copyText(formData[key])"
@click="utils.copyText(formData[key])"
icon="content_copy"
class="cursor-pointer"
color="grey"