feat: assignments in batches

This commit is contained in:
Jannat Patel
2024-04-05 21:51:18 +05:30
parent 055f917c61
commit 6d75b8a3a2
9 changed files with 402 additions and 18 deletions

View File

@@ -221,7 +221,7 @@ const course = reactive({
onMounted(() => {
if (!user.data?.is_moderator || !user.data?.is_instructor) {
window.location.href = '/login'
router.push({ name: 'Courses' })
}
if (props.courseName !== 'new') {
courseResource.reload()