Fix multipart upload listing API and remove duplicate upload notification

This commit is contained in:
2026-01-12 15:20:45 +08:00
parent 546d51af9a
commit 7ff422d4dc
3 changed files with 109 additions and 33 deletions

View File

@@ -2527,7 +2527,6 @@
if (uploadModal) uploadModal.hide();
showFloatingProgress();
showMessage({ title: 'Upload started', body: `Uploading ${files.length} file(s)...`, variant: 'info' });
}
const fileCount = files.length;