Skip to content

Commit

Permalink
Rebased main branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksKSoftware committed Oct 18, 2023
1 parent 0e7d2ee commit 0722e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/Wallets.razor
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@
<Fields>
<Validations @ref="_transferFundsValidations">
<Column ColumnSize="ColumnSize.Is6">
<Validation Validator="args => ValidationHelper.ValidateWithdrawalAmount(args, _transferAllFunds)">
<Validation Validator="args => ValidationHelper.ValidateWithdrawalAmount(args)">
<Field>
<FieldLabel>Amount</FieldLabel>
<FieldBody>
Expand Down

0 comments on commit 0722e0f

Please sign in to comment.