Allow sorting by Last Scanned

This commit is contained in:
2021-11-12 04:16:19 +00:00
parent 66784c457a
commit e511723c07
5 changed files with 60 additions and 39 deletions
+10
View File
@@ -264,6 +264,16 @@ export function AccountForm(props) {
{...makeProps('discourse_username')}
/>}
<Form.Field>
<label>Participate in "Last Scanned" member list?</label>
<Checkbox
label='Yes, show me'
name='allow_last_scanned'
onChange={handleCheck}
checked={input.allow_last_scanned}
/>
</Form.Field>
<Form.Input
label='Member Photo'
name='photo'