mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
New: Custom Filtering for UI (#234)
This commit is contained in:
@@ -100,8 +100,8 @@ class ArtistIndexConnector extends Component {
|
||||
this.props.setArtistSort({ sortKey });
|
||||
}
|
||||
|
||||
onFilterSelect = (filterKey, filterValue, filterType) => {
|
||||
this.props.setArtistFilter({ filterKey, filterValue, filterType });
|
||||
onFilterSelect = (selectedFilterKey) => {
|
||||
this.props.setArtistFilter({ selectedFilterKey });
|
||||
}
|
||||
|
||||
onViewSelect = (view) => {
|
||||
|
||||
Reference in New Issue
Block a user