Limited return data from api
This commit is contained in:
parent
461603ff3c
commit
1f980cfb27
1 changed files with 0 additions and 22 deletions
|
|
@ -15,9 +15,7 @@ function EditUser() {
|
|||
firstName: '',
|
||||
lastName: '',
|
||||
email: '',
|
||||
gender: '',
|
||||
pronouns: '',
|
||||
ethnicity: '',
|
||||
});
|
||||
const [error, setError] = useState('');
|
||||
|
||||
|
|
@ -107,26 +105,6 @@ function EditUser() {
|
|||
value={form.email}
|
||||
sx={{ margin: '1vh 0vh' }}
|
||||
/>
|
||||
<TextField
|
||||
fullWidth
|
||||
id='outline-required'
|
||||
label='Ethnicity'
|
||||
name='ethnicity'
|
||||
variant='outlined'
|
||||
onChange={handleChange}
|
||||
value={form.ethnicity}
|
||||
sx={{ margin: '1vh 0vh' }}
|
||||
/>
|
||||
<TextField
|
||||
fullWidth
|
||||
id='outline-required'
|
||||
label='Gender'
|
||||
name='gender'
|
||||
variant='outlined'
|
||||
onChange={handleChange}
|
||||
value={form.gender}
|
||||
sx={{ margin: '1vh 0vh' }}
|
||||
/>
|
||||
<TextField
|
||||
fullWidth
|
||||
id='outline-required'
|
||||
|
|
|
|||
Reference in a new issue