add copy invoice button (#917)
This commit is contained in:
parent
ae1a2ac383
commit
1d55fe1d1a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user