Skip to content

Commit

Permalink
Fix PR comments
Browse files Browse the repository at this point in the history
Co-authored-by: Geng Ning <71375383+zognin@users.noreply.github.com>
  • Loading branch information
sivayogasubramanian and zognin authored Oct 26, 2022
1 parent 26ca99d commit eb26343
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 @@ -142,7 +142,7 @@ const RedirectDialog = ({

<Button
type="submit"
disabled={!values.hasAcknowledged}
disabled={!isValid || !dirty}
actionType="primary"
startIcon={<LockIcon />}
fullWidth
Expand Down

0 comments on commit eb26343

Please sign in to comment.