From 10219abfd61a56b1753f623b06c7de4127cd445a Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Mon, 30 Dec 2024 17:51:14 +0530 Subject: [PATCH] fix: progress issue in batches --- frontend/src/components/BatchStudents.vue | 21 ++++------ frontend/src/components/CourseCardOverlay.vue | 42 ++++++++++--------- frontend/src/pages/CourseDetail.vue | 6 ++- lms/lms/utils.py | 17 +++++--- 4 files changed, 48 insertions(+), 38 deletions(-) diff --git a/frontend/src/components/BatchStudents.vue b/frontend/src/components/BatchStudents.vue index 269a053ea..5ee0570d9 100644 --- a/frontend/src/components/BatchStudents.vue +++ b/frontend/src/components/BatchStudents.vue @@ -1,6 +1,6 @@