mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
New: Custom Filtering for UI (#234)
This commit is contained in:
@@ -51,8 +51,8 @@ class ArtistEditorConnector extends Component {
|
||||
this.props.dispatchSetArtistEditorSort({ sortKey });
|
||||
}
|
||||
|
||||
onFilterSelect = (filterKey, filterValue, filterType) => {
|
||||
this.props.dispatchSetArtistEditorFilter({ filterKey, filterValue, filterType });
|
||||
onFilterSelect = (selectedFilterKey) => {
|
||||
this.props.dispatchSetArtistEditorFilter({ selectedFilterKey });
|
||||
}
|
||||
|
||||
onSaveSelected = (payload) => {
|
||||
|
||||
Reference in New Issue
Block a user