Add UI for admins to change preferred names

This commit is contained in:
Tanner Collin 2020-02-28 07:38:38 +00:00
parent ba5361f660
commit 7f46c1f747

View File

@ -360,6 +360,11 @@ export function AdminMemberForm(props) {
/>
</Form.Group>
<Form.Input
label='Preferred Name'
{...makeProps('preferred_name')}
/>
<Form.Input
label='Email'
{...makeProps('email')}