Retrieve all options for Genre filters
This commit is contained in:
@@ -61,6 +61,7 @@ const ArtistFilter = (props) => {
|
||||
label={translate('resources.artist.fields.genre')}
|
||||
source="genre_id"
|
||||
reference="genre"
|
||||
perPage={0}
|
||||
sort={{ field: 'name', order: 'ASC' }}
|
||||
filterToQuery={(searchText) => ({ name: [searchText] })}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user