fix class progress admin side

This commit is contained in:
root
2026-04-25 21:56:17 -04:00
parent 93b75b9b3f
commit 0687d4677f
4 changed files with 5 additions and 33 deletions
@@ -34,7 +34,7 @@ export function ClassProgressListPage() {
try {
const [meta, sections, groups] = await Promise.all([
fetchClassProgressMeta(),
fetchClassSections({ perPage: 200 }),
fetchClassSections({ perPage: 200, withStudents: true }),
fetchClassProgressGroups({
classSectionId: filters.classSectionId ? Number(filters.classSectionId) : null,
status: filters.status || null,