Added initial Excel changes

This commit is contained in:
Joao Ramos
2024-08-15 14:56:14 +01:00
parent e84cc8ddd8
commit 1950d5f15d
8 changed files with 590 additions and 17 deletions

View File

@@ -264,6 +264,7 @@ export default function CorporateDashboard({user}: Props) {
allowDownload
reload={reloadAssignments}
allowArchive
allowExcelDownload
/>
))}
</div>
@@ -279,6 +280,7 @@ export default function CorporateDashboard({user}: Props) {
allowDownload
reload={reloadAssignments}
allowUnarchive
allowExcelDownload
/>
))}
</div>