| | |
| | | <SavedQueriesList icon={<BookmarkIcon />} /> |
| | | <FilterLiveSearch source='condition' hiddenLabel /> |
| | | |
| | | <FilterList |
| | | {/* <FilterList |
| | | label="filters.lastCreated" |
| | | icon={<AccessTimeIcon />} |
| | | > |
| | |
| | | timeEnd: subMonths(startOfMonth(new Date()), 1).toISOString(), |
| | | }} |
| | | /> |
| | | </FilterList> |
| | | </FilterList> */} |
| | | |
| | | <FilterList label="table.field.user.sex" icon={<WcIcon />}> |
| | | {/* <FilterList label="table.field.user.sex" icon={<WcIcon />}> |
| | | <FilterListItem label="table.field.user.sexes.female" value={{ sex: '2' }} /> |
| | | <FilterListItem label="table.field.user.sexes.male" value={{ sex: '1' }} /> |
| | | <FilterListItem label="table.field.user.sexes.unknown" value={{ sex: '0' }} /> |
| | | </FilterList> |
| | | </FilterList> */} |
| | | |
| | | <FilterList label="table.field.user.role" icon={<StyleIcon />}> |
| | | {roles.map(role => { |