Skip to content

Commit

Permalink
Fix form
Browse files Browse the repository at this point in the history
  • Loading branch information
sivayogasubramanian committed Oct 26, 2022
1 parent 1a0a89e commit a8b8d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/redeem/RedirectDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const RedirectDialog = ({
validationSchema={validationSchema}
onSubmit={handleRedirect}
>
{({ values, errors, setFieldValue }) => (
{({ values, errors, isValid, dirty, setFieldValue }) => (
<Form>
<Stack component="div" alignItems="center" spacing={4}>
<Stack component="div" alignItems="center" width="100%">
Expand Down

0 comments on commit a8b8d78

Please sign in to comment.