Fix path mapping issues

This commit is contained in:
LASER-Yi 2023-06-20 23:57:39 +08:00
parent 4921c55bf0
commit ab3c171483
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -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;