fix FieldBirthdayInput: example was broken

This commit is contained in:
Vesa Luusua 2019-08-27 14:15:34 +03:00
parent dc61925e77
commit cbd6b738a0

View file

@ -43,7 +43,7 @@ export const Empty = {
onChange: formState => {
const birthday = formState.values.birthday;
if (birthday) {
console.log('birthday changed to:', birthday.toUTCString());
console.log('birthday changed to:', birthday);
}
},
onSubmit: values => {