From 6f9f27c030cd5d6004606cdeb80bde112a499919 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 10 Jul 2025 22:21:26 +0530 Subject: [PATCH] fix: delete batch and pass fields prop to brand settings --- frontend/src/components/BatchOverlay.vue | 26 ++++++++- .../Modals/CourseProgressSummary.vue | 33 +++++++---- .../src/components/Settings/BrandSettings.vue | 30 ++++++++-- frontend/src/components/Settings/Settings.vue | 9 ++- frontend/src/pages/BatchForm.vue | 56 +++++++++++++++++-- lms/lms/api.py | 25 ++++++++- 6 files changed, 152 insertions(+), 27 deletions(-) diff --git a/frontend/src/components/BatchOverlay.vue b/frontend/src/components/BatchOverlay.vue index 5906a25b..fdd3a893 100644 --- a/frontend/src/components/BatchOverlay.vue +++ b/frontend/src/components/BatchOverlay.vue @@ -65,6 +65,10 @@ }" > +
+ + +
@@ -303,10 +310,11 @@