upload button

This commit is contained in:
2025-11-10 00:32:41 +01:00
parent 20cf597c5c
commit ac24297a7b
5 changed files with 153 additions and 51 deletions
@@ -533,6 +533,7 @@ const useDocumentsWorkspace = ({
const {
dropOverlayState,
handleFileDrop,
handleFileSelection,
resetUploadsState,
} = useDocumentUploads({
apiClient: api,
@@ -1371,6 +1372,7 @@ const useDocumentsWorkspace = ({
currentTenantId,
handleTenantSelect,
openSettings,
handleFileSelection,
});