Skip to content

Commit

Permalink
Disable FE check on withdraw form
Browse files Browse the repository at this point in the history
  • Loading branch information
leonkho committed Jan 16, 2024
1 parent dde18c2 commit 3840496
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ const VaultV2WithdrawForm: React.FC<VaultV2WithdrawFormProps> = ({
if (active) {
return (
<ActionButton
disabled={Boolean(error) || !isInputNonZero}
disabled={!isInputNonZero}
onClick={() => {
onFormSubmit();
}}
Expand Down

0 comments on commit 3840496

Please sign in to comment.