Auto stash before checking out "HEAD"
This commit is contained in:
parent
a93903a183
commit
6e4f8431b7
1 changed files with 2 additions and 15 deletions
|
|
@ -83,19 +83,6 @@
|
||||||
|
|
||||||
<q-td auto-width>
|
<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
|
<q-btn
|
||||||
unelevated
|
unelevated
|
||||||
dense
|
dense
|
||||||
|
|
@ -572,7 +559,7 @@
|
||||||
openQrCodeDialog: function (linkId) {
|
openQrCodeDialog: function (linkId) {
|
||||||
var self = this
|
var self = this
|
||||||
var getAddresses = this.getAddresses
|
var getAddresses = this.getAddresses
|
||||||
getAddresses(linkId)
|
this.getAddresses(linkId)
|
||||||
self.current = linkId
|
self.current = linkId
|
||||||
self.Addresses.show = true
|
self.Addresses.show = true
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue