Skip to content

Commit

Permalink
Merge pull request #377 from CBIIT/2.1.0/CRDCDH-1176
Browse files Browse the repository at this point in the history
CRDCDH-1176 Change Metadata Upload Alert
  • Loading branch information
amattu2 authored May 21, 2024
2 parents 09963ea + abbfd39 commit 91a855e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DataSubmissions/DataSubmissionUpload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ const DataSubmissionUpload = ({ submission, readOnly, onCreateBatch, onUpload }:
return;
}
// Batch upload completed successfully
onUpload(`${selectedFiles.length} ${selectedFiles.length > 1 ? "Files" : "File"} successfully ${metadataIntention === "Remove" ? "removed" : "uploaded"}`, "success");
onUpload("The batch upload is in progress. You can check the upload status in the Data Activity tab once the upload is complete", "success");
setIsUploading(false);
setSelectedFiles(null);
if (uploadMetadataInputRef.current) {
Expand Down

0 comments on commit 91a855e

Please # to comment.