Remove option of setting directors and instructors from UI
This commit is contained in:
parent
f70861b7c0
commit
6bb3cf1f23
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user