Remove option of setting directors and instructors from UI

master
Tanner Collin 4 years ago
parent f70861b7c0
commit 6bb3cf1f23
  1. 20
      webclient/src/Admin.js

@ -477,26 +477,6 @@ export function AdminMemberForm(props) {
{...makeProps('monthly_fees')}
/>
<Form.Field>
<label>Is the member a director?</label>
<Checkbox
label='Yes'
name='is_director'
onChange={handleCheck}
checked={input.is_director}
/>
</Form.Field>
<Form.Field>
<label>Is the member portal staff?</label>
<Checkbox
label='Yes'
name='is_staff'
onChange={handleCheck}
checked={input.is_staff}
/>
</Form.Field>
<Form.Field>
<label>Is the member an instructor?</label>
<Checkbox

Loading…
Cancel
Save