There was an error while loading. Please reload this page.
1 parent b88ec26 commit 7498cb0Copy full SHA for 7498cb0
src/FormikForm.js
@@ -48,7 +48,7 @@ export default () => {
48
setRcError(true);
49
};
50
51
- const onExpire = async () => {
+ const onExpire = () => {
52
console.log("expired...");
53
console.log("resetting...");
54
resetReCaptcha();
@@ -142,7 +142,7 @@ export default () => {
142
}
143
return errors;
144
}}
145
- onSubmit={async values => {
+ onSubmit={values => {
146
setIsSubmitting(true);
147
setFormValues({ ...values });
148
setExecuting(true);
0 commit comments