minor changes
This commit is contained in:
parent
6ff0d773b6
commit
97aff21f90
@ -134,7 +134,8 @@ export default function PersonalSection(){
|
||||
|
||||
<Grid item xs={4} className='collapsable-form-style'>
|
||||
<TextField
|
||||
variant="outlined"
|
||||
required
|
||||
variant="outlined"
|
||||
label="Email"
|
||||
name="email"
|
||||
placeholder='Please enter your email'
|
||||
@ -177,7 +178,7 @@ export default function PersonalSection(){
|
||||
</Grid>
|
||||
<Grid item xs={4} className='collapsable-form-style'>
|
||||
<TextField
|
||||
variant="outlined"
|
||||
variant="outlined"
|
||||
label="Social Security Number"
|
||||
name="socialSecurityNumber"
|
||||
value={formik.values.socialSecurityNumber}
|
||||
@ -203,7 +204,7 @@ export default function PersonalSection(){
|
||||
|
||||
<Grid item xs={4} className='collapsable-form-style'>
|
||||
<TextField
|
||||
variant="outlined"
|
||||
variant="outlined"
|
||||
label="State"
|
||||
name="state"
|
||||
value={formik.values.state}
|
||||
@ -241,10 +242,9 @@ export default function PersonalSection(){
|
||||
</Grid>
|
||||
|
||||
<Grid item xs={4} sx={{paddingLeft:"14px"}} className='collapsable-form-style'>
|
||||
<FormControl>
|
||||
<FormControl >
|
||||
<FormLabel>Gender</FormLabel>
|
||||
<RadioGroup
|
||||
// value={patient.gender}
|
||||
aria-labelledby="demo-radio-buttons-group-label"
|
||||
defaultValue="male"
|
||||
name="radio-buttons-group"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user