chore: Revert binding workaround (#15572)
This commit is contained in:
parent
c4d930ef88
commit
00fd183a33
|
@ -63,10 +63,8 @@ StatusDialog {
|
|||
standardButtons: StandardButton.Ok
|
||||
}
|
||||
|
||||
readonly property var selectedAccount: {
|
||||
selectedSenderAccountEntry.value // Item changed is not triggered when the value is changed
|
||||
return selectedSenderAccountEntry.item ?? SQUtils.ModelUtils.get(store.accounts, 0)
|
||||
}
|
||||
// In case selected address is incorrect take first account from the list
|
||||
readonly property var selectedAccount: selectedSenderAccountEntry.item ?? SQUtils.ModelUtils.get(store.accounts, 0)
|
||||
|
||||
property var sendTransaction: function() {
|
||||
d.isPendingTx = true
|
||||
|
|
Loading…
Reference in New Issue