mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-22 07:42:32 +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"
|
||||
data={data}
|
||||
value={value}
|
||||
// Temporary solution of infinite dropdown items, fix later
|
||||
limit={NaN}
|
||||
maxDropdownHeight={240}
|
||||
filter={(value, item) => {
|
||||
if (item.value === backKey) {
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue