Add UI for admins to change preferred names
This commit is contained in:
parent
ba5361f660
commit
7f46c1f747
|
@ -360,6 +360,11 @@ export function AdminMemberForm(props) {
|
||||||
/>
|
/>
|
||||||
</Form.Group>
|
</Form.Group>
|
||||||
|
|
||||||
|
<Form.Input
|
||||||
|
label='Preferred Name'
|
||||||
|
{...makeProps('preferred_name')}
|
||||||
|
/>
|
||||||
|
|
||||||
<Form.Input
|
<Form.Input
|
||||||
label='Email'
|
label='Email'
|
||||||
{...makeProps('email')}
|
{...makeProps('email')}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user