moved improvements

This commit is contained in:
subnub
2024-08-04 03:51:56 -04:00
parent c648b9bfc6
commit f0c2bbd42d
8 changed files with 116 additions and 49 deletions
+2
View File
@@ -77,6 +77,7 @@ export const useMoveFolders = (
search: string,
folderID?: string
) => {
const params = useParams();
const moveFoldersQuery = useQuery(
[
"move-folder-list",
@@ -84,6 +85,7 @@ export const useMoveFolders = (
parent,
search,
folderID,
currentParent: params.id || "/",
},
],
getMoveFolderListAPI