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'>
|
<Grid item xs={4} className='collapsable-form-style'>
|
||||||
<TextField
|
<TextField
|
||||||
variant="outlined"
|
required
|
||||||
|
variant="outlined"
|
||||||
label="Email"
|
label="Email"
|
||||||
name="email"
|
name="email"
|
||||||
placeholder='Please enter your email'
|
placeholder='Please enter your email'
|
||||||
@ -177,7 +178,7 @@ export default function PersonalSection(){
|
|||||||
</Grid>
|
</Grid>
|
||||||
<Grid item xs={4} className='collapsable-form-style'>
|
<Grid item xs={4} className='collapsable-form-style'>
|
||||||
<TextField
|
<TextField
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
label="Social Security Number"
|
label="Social Security Number"
|
||||||
name="socialSecurityNumber"
|
name="socialSecurityNumber"
|
||||||
value={formik.values.socialSecurityNumber}
|
value={formik.values.socialSecurityNumber}
|
||||||
@ -203,7 +204,7 @@ export default function PersonalSection(){
|
|||||||
|
|
||||||
<Grid item xs={4} className='collapsable-form-style'>
|
<Grid item xs={4} className='collapsable-form-style'>
|
||||||
<TextField
|
<TextField
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
label="State"
|
label="State"
|
||||||
name="state"
|
name="state"
|
||||||
value={formik.values.state}
|
value={formik.values.state}
|
||||||
@ -241,10 +242,9 @@ export default function PersonalSection(){
|
|||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<Grid item xs={4} sx={{paddingLeft:"14px"}} className='collapsable-form-style'>
|
<Grid item xs={4} sx={{paddingLeft:"14px"}} className='collapsable-form-style'>
|
||||||
<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