Auto stash before checking out "HEAD"

This commit is contained in:
benarc 2021-02-22 01:14:46 +00:00
parent a93903a183
commit 6e4f8431b7

View File

@ -83,19 +83,6 @@
<q-td auto-width>
<q-btn
unelevated
dense
size="xs"
icon="toll"
:color="($q.dark.isActive) ? 'grey-7' : 'grey-5'"
@click="formDialogCharge.show = true, formDialogCharge.data.walletid = props.row.id"
>
<q-tooltip>
Charge link
</q-tooltip>
</q-btn>
<q-btn
unelevated
dense
@ -572,7 +559,7 @@
openQrCodeDialog: function (linkId) {
var self = this
var getAddresses = this.getAddresses
getAddresses(linkId)
this.getAddresses(linkId)
self.current = linkId
self.Addresses.show = true
},