IO-1137 Download zip files with appropriate name.

This commit is contained in:
Patrick Fic
2021-05-25 16:30:29 -07:00
parent 73b0542b62
commit e89b4fe2a4
4 changed files with 78 additions and 9 deletions

View File

@@ -23,6 +23,7 @@ export default function JobsDocumentsContainer({
return (
<JobDocuments
data={(data && data.documents) || documentsList || []}
downloadIdentifier={data && data.jobs_by_pk.ro_number}
totalSize={data && data.documents_aggregate.aggregate.sum.size}
billId={billId}
jobId={jobId}