Remove option of setting directors and instructors from UI

This commit is contained in:
Tanner Collin 2020-02-12 09:20:41 +00:00
parent f70861b7c0
commit 6bb3cf1f23

View File

@ -477,26 +477,6 @@ export function AdminMemberForm(props) {
{...makeProps('monthly_fees')} {...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> <Form.Field>
<label>Is the member an instructor?</label> <label>Is the member an instructor?</label>
<Checkbox <Checkbox