Added download option to master Corporate and teacher

This commit is contained in:
Joao Ramos
2024-08-20 01:15:43 +01:00
parent bf5dd62b35
commit 1cd4dfc397
3 changed files with 6 additions and 10 deletions

View File

@@ -614,6 +614,7 @@ export default function MasterCorporateDashboard({user}: Props) {
allowDownload
reload={reloadAssignments}
allowArchive
allowExcelDownload
/>
))}
</div>
@@ -630,6 +631,7 @@ export default function MasterCorporateDashboard({user}: Props) {
allowDownload
reload={reloadAssignments}
allowUnarchive
allowExcelDownload
/>
))}
</div>