fix: students assignments pagina bug gefixd

This commit is contained in:
Joyelle Ndagijimana 2025-05-17 13:54:05 +02:00
parent 3d8c8302d6
commit 912111fce4
3 changed files with 7 additions and 13 deletions

View file

@ -21,11 +21,6 @@ import GroupSelector from "@/components/assignments/GroupSelector.vue";
const props = defineProps<{
classId: string;
assignmentId: number;
useGroupsWithProgress: (
groups: Ref<GroupDTO[]>,
hruid: Ref<string>,
language: Ref<Language>,
) => { groupProgressMap: Map<number, number> };
}>();
const isEditing = ref(false);