Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
foxhound87 committed Jun 23, 2016
1 parent 43e86fc commit c2a564a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const handleOnSubmit = (e) => {
if (!form.validate()) return;
alert('Form is valid! Send the requrest here.');
alert('Form is valid! Send the request here.');
// get fields values
console.log('Form Values', form.values());
Expand Down

0 comments on commit c2a564a

Please sign in to comment.