Skip to content

Commit 75ec7f4

Browse files
authored
Add mobile withdrawal fix (#639)
1 parent 9bd4900 commit 75ec7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/AccountReceiveTable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
@initializeWithdraw="initializeWithdraw(props.row)"
171171
@togglePrivateKey="togglePrivateKey(props.row)"
172172
@copyPrivateKey="copyPrivateKey(spendingPrivateKey)"
173-
@updateDestinationAddress="destinationAddress = arguments[0]"
173+
@updateDestinationAddress="onUpdateDestinationAddress"
174174
:destinationAddress="destinationAddress"
175175
:isWithdrawn="props.row.isWithdrawn"
176176
:isWithdrawInProgress="isWithdrawInProgress"

0 commit comments

Comments
 (0)