Skip to content

Commit

Permalink
format prop
Browse files Browse the repository at this point in the history
  • Loading branch information
meseven committed Apr 5, 2019
1 parent 7405390 commit 2e53ac0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion forms/FormExamples/src/components/Signup/SignupForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ export default class SignupForm extends Component {
render() {
return (
<Formik
initialValues={{email: '', password: '', passwordConfirm: ''}}
initialValues={{
email: '',
password: '',
passwordConfirm: ''
}}
onSubmit={this._handleSubmit}
validationSchema={validations}
>
Expand Down

0 comments on commit 2e53ac0

Please sign in to comment.