mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-26 01:27:07 +00:00
Allow searching when uploading subtitles #1898
This commit is contained in:
parent
c622e1f710
commit
775f67b45e
1 changed files with 1 additions and 0 deletions
|
@ -291,6 +291,7 @@ const SeriesUploadForm: FunctionComponent<Props> = ({
|
||||||
return (
|
return (
|
||||||
<Selector
|
<Selector
|
||||||
{...episodeOptions}
|
{...episodeOptions}
|
||||||
|
searchable
|
||||||
className={classes.select}
|
className={classes.select}
|
||||||
value={value}
|
value={value}
|
||||||
onChange={(item) => {
|
onChange={(item) => {
|
||||||
|
|
Loading…
Reference in a new issue