fix: recalculation is not happening when changing amounts in custom bridge flow
Fixes: #15699
This commit is contained in:
parent
9d441fcff9
commit
989e5a90e6
|
@ -612,7 +612,7 @@ StatusDialog {
|
|||
interactive: popup.interactive
|
||||
selectedRecipient: popup.preSelectedRecipient
|
||||
ensAddressOrEmpty: recipientInputLoader.resolvedENSAddress
|
||||
amountToSend: amountToSend.cryptoValueToSendFloat
|
||||
amountToSend: amountToSend.asNumber
|
||||
minSendCryptoDecimals: amountToSend.minSendCryptoDecimals
|
||||
minReceiveCryptoDecimals: amountToSend.minReceiveCryptoDecimals
|
||||
selectedAsset: d.selectedHolding
|
||||
|
|
Loading…
Reference in New Issue