This commit is contained in:
hzywhite 2025-09-05 16:17:39 +08:00
parent 27845023e6
commit 8d4ef251c7
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ export default function UploadDocumentsDialog({ onDocumentsUploaded }: UploadDoc
toast.error(t('schemeManager.upload.noSchemeSelected'));
return;
}
setIsUploading(true)
let hasSuccessfulUpload = false

View file

@ -412,7 +412,7 @@ export default function DocumentManager() {
processing: 0,
handling: 0,
pending: 0,
ready: 0,
ready: 0,
failed: 0
})