Skip to content

Commit

Permalink
Fix SendFunds validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-Mahda committed Jan 27, 2025
1 parent b064f04 commit 44fb335
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function SendFunds({ address }: SendFundsProps) {
const credential = useCredential(address.address);
const grpcClient = useAtomValue(grpcClientAtom);
const form = useForm<AmountReceiveForm>({
mode: 'onTouched',
mode: 'all',
defaultValues: {
token: state ?? { tokenType: 'ccd' },
amount: '0.00',
Expand Down

0 comments on commit 44fb335

Please sign in to comment.