mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Add filtering to folder select (#4277)
This commit is contained in:
@@ -106,7 +106,7 @@ const CleanDialog: React.FC<ICleanDialog> = ({
|
||||
{pathSelection ? (
|
||||
<FolderSelect
|
||||
currentDirectory={currentDirectory}
|
||||
setCurrentDirectory={(v) => setCurrentDirectory(v)}
|
||||
onChangeDirectory={setCurrentDirectory}
|
||||
defaultDirectories={libraryPaths}
|
||||
appendButton={
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user