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