Add filter to users list
This commit is contained in:
parent
c34477343e
commit
00d3069efd
@ -14,10 +14,12 @@ import {
|
||||
TextInput,
|
||||
ReferenceField,
|
||||
regex,
|
||||
SearchInput,
|
||||
} from "react-admin";
|
||||
|
||||
const UserFilter = props => (
|
||||
<Filter {...props}>
|
||||
<SearchInput source="user_id" alwaysOn />
|
||||
<BooleanInput source="guests" alwaysOn />
|
||||
<BooleanInput
|
||||
label="resources.users.fields.show_deactivated"
|
||||
|
Loading…
Reference in New Issue
Block a user