mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
[UI Work] Add Overview Artist Index View
This commit is contained in:
@@ -75,7 +75,6 @@ class PathInput extends Component {
|
||||
|
||||
onInputBlur = () => {
|
||||
this.props.onClearPaths();
|
||||
this.props.onFetchPaths('');
|
||||
}
|
||||
|
||||
onSuggestionsFetchRequested = ({ value }) => {
|
||||
@@ -85,7 +84,6 @@ class PathInput extends Component {
|
||||
onSuggestionsClearRequested = () => {
|
||||
// Required because props aren't always rendered, but no-op
|
||||
// because we don't want to reset the paths after a path is selected.
|
||||
// `onInputBlur` will handle clearing when the user leaves the input.
|
||||
}
|
||||
|
||||
onSuggestionSelected = (event, { suggestionValue }) => {
|
||||
|
||||
Reference in New Issue
Block a user