refactor: remove unused property
This commit is contained in:
parent
352d686d94
commit
57aaf5a26b
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ import { useMediaQuery } from '@material-ui/core'
|
||||||
const AlbumFilter = (props) => (
|
const AlbumFilter = (props) => (
|
||||||
<Filter {...props}>
|
<Filter {...props}>
|
||||||
<SearchInput source="name" alwaysOn />
|
<SearchInput source="name" alwaysOn />
|
||||||
<BooleanInput source="compilation" options={{ color: 'primary' }} />
|
<BooleanInput source="compilation" />
|
||||||
<NumberInput source="year" />
|
<NumberInput source="year" />
|
||||||
</Filter>
|
</Filter>
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue