Refactor uploadFile to support multiple file uploads and update related types and handlers

This commit is contained in:
2025-07-12 14:25:03 +02:00
parent 51c6f62c44
commit ff4d1de2b7
4 changed files with 105 additions and 56 deletions

View File

@@ -122,7 +122,6 @@ export const useFileOperations = (): UseFileOperationsResult => {
if (!currentWorkspace) return false;
try {
// Use unified upload API that handles both single and multiple files
await uploadFile(currentWorkspace.name, targetPath || '', files);
notifications.show({