We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd4900 commit 75ec7f4Copy full SHA for 75ec7f4
frontend/src/components/AccountReceiveTable.vue
@@ -170,7 +170,7 @@
170
@initializeWithdraw="initializeWithdraw(props.row)"
171
@togglePrivateKey="togglePrivateKey(props.row)"
172
@copyPrivateKey="copyPrivateKey(spendingPrivateKey)"
173
- @updateDestinationAddress="destinationAddress = arguments[0]"
+ @updateDestinationAddress="onUpdateDestinationAddress"
174
:destinationAddress="destinationAddress"
175
:isWithdrawn="props.row.isWithdrawn"
176
:isWithdrawInProgress="isWithdrawInProgress"
0 commit comments