Skip to content

Commit

Permalink
fix: set norobots captcha as required
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Oct 5, 2022
1 parent 58073c1 commit 9d73566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Widget/NoRobotsCaptchaWidget.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const NoRobotsCaptchaWidget = ({ id, id_check, title, captchaToken }) => {
captchaToken.current = createToken(id, id_check, value);
setValue(value);
}}
// required={true}
required={true}
value={value}
/>
</Grid.Column>
Expand Down

0 comments on commit 9d73566

Please sign in to comment.