Skip to content

Commit 49afdf9

Browse files
committed
fixup! fix(frontend): Submission status per groep
1 parent cd2f858 commit 49afdf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/assignments/TeacherAssignment.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@
415415
:class-id="classId"
416416
:go-to-group-submission-link="goToGroupSubmissionLink"
417417
@update:hasSubmission="
418-
(hasSubmission) => (hasSubmissions = hasSubmission)
418+
(hasSubmission) => (hasSubmissions = hasSubmissions || hasSubmission)
419419
"
420420
/>
421421
</td>

0 commit comments

Comments
 (0)