Solved some problems with the excel of master statistical

This commit is contained in:
Tiago Ribeiro
2024-09-10 12:00:14 +01:00
parent 33a46c227b
commit 2a10933206
8 changed files with 448 additions and 522 deletions

View File

@@ -55,7 +55,7 @@ export default function AssignmentsPage({assignments, corporateAssignments, user
<AssignmentCreator
assignment={selectedAssignment}
groups={groups}
users={users}
users={[...users, user]}
user={user}
isCreating={isCreatingAssignment}
cancelCreation={() => {