Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into bhcs/content
Browse files Browse the repository at this point in the history
  • Loading branch information
zognin committed Oct 26, 2022
2 parents 5d6c340 + a8b8d78 commit 1728612
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 1728612

Please sign in to comment.