Skip to content

Commit dda3387

Browse files
Update README.md
1 parent 8103ab3 commit dda3387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const SignUp = () => {
7878
}
7979
const {
8080
onSubmit, onChange, inputs, dirty, submitting, reset
81-
} = useForm('signInForm', option)
81+
} = useForm('myAdvanceFormName', option)
8282

8383
useEffect(() => {
8484
if(inputs.password1!==inputs.password2) console.log('password not matched')

0 commit comments

Comments
 (0)