refactor: remove unused property

This commit is contained in:
Deluan 2020-03-20 00:30:16 -04:00
parent 352d686d94
commit 57aaf5a26b

View File

@ -20,7 +20,7 @@ import { useMediaQuery } from '@material-ui/core'
const AlbumFilter = (props) => (
<Filter {...props}>
<SearchInput source="name" alwaysOn />
<BooleanInput source="compilation" options={{ color: 'primary' }} />
<BooleanInput source="compilation" />
<NumberInput source="year" />
</Filter>
)