fix: misc issues

This commit is contained in:
Jannat Patel
2024-07-10 16:13:28 +05:30
parent 2ecc07ee58
commit 8164526763
17 changed files with 180 additions and 57 deletions

View File

@@ -357,13 +357,19 @@ export function getSidebarLinks() {
label: 'Courses',
icon: 'BookOpen',
to: 'Courses',
activeFor: ['Courses', 'CourseDetail', 'Lesson'],
activeFor: [
'Courses',
'CourseDetail',
'Lesson',
'CreateCourse',
'CreateLesson',
],
},
{
label: 'Batches',
icon: 'Users',
to: 'Batches',
activeFor: ['Batches', 'BatchDetail', 'Batch'],
activeFor: ['Batches', 'BatchDetail', 'Batch', 'BatchCreation'],
},
{
label: 'Certified Participants',