mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 16:43:58 -07:00
Fixed: Remove value length restriction from ArtistSearch
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
1fb0b867a9
commit
ca244b0da5
1 changed files with 9 additions and 11 deletions
|
@ -182,7 +182,6 @@ class ArtistSearchInput extends Component {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (value.length >= 3) {
|
|
||||||
suggestionGroups.push({
|
suggestionGroups.push({
|
||||||
title: 'Add New Artist',
|
title: 'Add New Artist',
|
||||||
suggestions: [
|
suggestions: [
|
||||||
|
@ -192,7 +191,6 @@ class ArtistSearchInput extends Component {
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
}
|
|
||||||
|
|
||||||
const inputProps = {
|
const inputProps = {
|
||||||
ref: this.setInputRef,
|
ref: this.setInputRef,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue