allow ... operator
This commit is contained in:
@@ -46,7 +46,7 @@ const SignUpPage: NextPage<InitialProps> = ({ initialForm }) => {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
const onSubmit = async ({ formData }: ISubmitEvent<string>) => {
|
const onSubmit = async ({ formData }: ISubmitEvent<any>) => {
|
||||||
|
|
||||||
//for bot detection
|
//for bot detection
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user