File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -437,7 +437,7 @@ const CustomerForm = () => (
437437 <SimpleForm >
438438 <TextInput source = " first_name" validate = { required ()} />
439439 <TextInput source = " last_name" validate = { required ()} />
440- <DateInput source = " dob" label = " born " validate = { required ()} />
440+ <DateInput source = " dob" label = " Born " validate = { required ()} />
441441 <SelectInput source = " sex" choices = { sexChoices } />
442442 </SimpleForm >
443443);
@@ -463,7 +463,7 @@ const EmployerEdit = () => {
463463 <DataTable.Col source = " first_name" />
464464 <DataTable.Col source = " last_name" />
465465 <DataTable.Col label = " born" >
466- <DateField source = " dob" label = " born " />
466+ <DateField source = " dob" label = " Born " />
467467 </DataTable.Col >
468468 <DataTable.Col source = " sex" >
469469 <SelectField source = " sex" choices = { sexChoices } />
You can’t perform that action at this time.
0 commit comments