upload queue

This commit is contained in:
2025-11-10 02:05:17 +01:00
parent ac24297a7b
commit b4a1821a55
7 changed files with 597 additions and 37 deletions
+3
View File
@@ -36,6 +36,7 @@ const useSidebarProps = ({
handleTenantSelect,
openSettings,
handleFileSelection,
uploadQueue,
}) =>
useMemo(
() => ({
@@ -87,9 +88,11 @@ const useSidebarProps = ({
const folderId = targetFolderId ?? selectedFolder ?? 'root';
handleFileSelection(files, folderId);
},
uploadQueue,
}),
[
handleFileSelection,
uploadQueue,
activeCorrespondentFilters,
activeTagFilters,
appStatus,