Skip to content

Commit

Permalink
feat: disable evaluation for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nedpals committed Dec 4, 2023
1 parent d6806b4 commit 8204c66
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/main/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,21 +200,21 @@ const router = createRouter({
}
}
},
{
name: 'course-evaluation-app',
path: '/apps/course-evaluation',
component: () => import('./pages/Apps/Evaluation.vue'),
meta: {
pageTitle: 'Course Evaluation',
navLink: {
group: 'Apps',
title: 'Course Evaluation',
order: 8,
icon: IconFeedbackOutline,
activeIcon: IconFeedback,
}
}
},
// {
// name: 'course-evaluation-app',
// path: '/apps/course-evaluation',
// component: () => import('./pages/Apps/Evaluation.vue'),
// meta: {
// pageTitle: 'Course Evaluation',
// navLink: {
// group: 'Apps',
// title: 'Course Evaluation',
// order: 8,
// icon: IconFeedbackOutline,
// activeIcon: IconFeedback,
// }
// }
// },
{
name: 'online-enrollment-app',
path: '/apps/online-enrollment',
Expand Down

0 comments on commit 8204c66

Please sign in to comment.