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