fix: students assignments pagina bug gefixd
This commit is contained in:
parent
3d8c8302d6
commit
912111fce4
3 changed files with 7 additions and 13 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue