Skip to content

Commit

Permalink
Merge pull request #1056 from EscolaLMS/fix/SUD-315
Browse files Browse the repository at this point in the history
fix/SUD-315
  • Loading branch information
SzymonMrzyglod authored Feb 22, 2024
2 parents e503bae + b56b003 commit fb179df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const ClassRegister: React.FC = () => {
sticky
className="table-standalone"
request={async ({ group_id = groupOptions[0]?.value, full_name = '' }) => {
const finalGradesRes = await fetchGroupFinalGrades(group_id);
const finalGradesRes = await fetchGroupFinalGrades([group_id]);
const selectedGroup = groupOptions.find(({ value }) => value === group_id);
if (
!finalGradesRes.success ||
Expand Down

0 comments on commit fb179df

Please sign in to comment.