mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-03 05:25:28 +00:00
Fix path mapping issues
This commit is contained in:
parent
4921c55bf0
commit
ab3c171483
1 changed files with 3 additions and 0 deletions
|
@ -83,6 +83,9 @@ export const FileBrowser: FunctionComponent<FileBrowserProps> = ({
|
||||||
placeholder="Click to start"
|
placeholder="Click to start"
|
||||||
data={data}
|
data={data}
|
||||||
value={value}
|
value={value}
|
||||||
|
// Temporary solution of infinite dropdown items, fix later
|
||||||
|
limit={NaN}
|
||||||
|
maxDropdownHeight={240}
|
||||||
filter={(value, item) => {
|
filter={(value, item) => {
|
||||||
if (item.value === backKey) {
|
if (item.value === backKey) {
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue