minor changes
This commit is contained in:
parent
6ff0d773b6
commit
97aff21f90
@ -134,6 +134,7 @@ export default function PersonalSection(){
|
|||||||
|
|
||||||
<Grid item xs={4} className='collapsable-form-style'>
|
<Grid item xs={4} className='collapsable-form-style'>
|
||||||
<TextField
|
<TextField
|
||||||
|
required
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
label="Email"
|
label="Email"
|
||||||
name="email"
|
name="email"
|
||||||
@ -244,7 +245,6 @@ export default function PersonalSection(){
|
|||||||
<FormControl >
|
<FormControl >
|
||||||
<FormLabel>Gender</FormLabel>
|
<FormLabel>Gender</FormLabel>
|
||||||
<RadioGroup
|
<RadioGroup
|
||||||
// value={patient.gender}
|
|
||||||
aria-labelledby="demo-radio-buttons-group-label"
|
aria-labelledby="demo-radio-buttons-group-label"
|
||||||
defaultValue="male"
|
defaultValue="male"
|
||||||
name="radio-buttons-group"
|
name="radio-buttons-group"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user