add copy invoice button (#917)

This commit is contained in:
Tiago Vasconcelos 2022-08-21 22:06:47 +01:00 committed by GitHub
parent ae1a2ac383
commit 1d55fe1d1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,6 +183,12 @@
></q-btn>
</div>
<div class="row q-mt-lg">
<q-btn
outline
color="grey"
@click="copyText(invoiceDialog.data.payment_request)"
>Copy invoice</q-btn
>
<q-btn v-close-popup flat color="grey" class="q-ml-auto">Close</q-btn>
</div>
</q-card>