summary
This commit is contained in:
parent
27845023e6
commit
8d4ef251c7
2 changed files with 2 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ export default function UploadDocumentsDialog({ onDocumentsUploaded }: UploadDoc
|
|||
toast.error(t('schemeManager.upload.noSchemeSelected'));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
setIsUploading(true)
|
||||
let hasSuccessfulUpload = false
|
||||
|
||||
|
|
|
|||
|
|
@ -412,7 +412,7 @@ export default function DocumentManager() {
|
|||
processing: 0,
|
||||
handling: 0,
|
||||
pending: 0,
|
||||
ready: 0,
|
||||
ready: 0,
|
||||
failed: 0
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue