mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Add filtering to folder select (#4277)
This commit is contained in:
@@ -37,9 +37,9 @@ export const PathFilter: React.FC<IInputFilterProps> = ({
|
||||
) : (
|
||||
<FolderSelect
|
||||
currentDirectory={criterion.value ? criterion.value.toString() : ""}
|
||||
setCurrentDirectory={(v) => onValueChanged(v)}
|
||||
onChangeDirectory={onValueChanged}
|
||||
collapsible
|
||||
quoteSpaced
|
||||
quotePath
|
||||
hideError
|
||||
defaultDirectories={libraryPaths}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user