Skip to content

Commit

Permalink
restore LESSON_PREVIEW_SELECTED_RESOURCES routes
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanOXDi committed Feb 6, 2025
1 parent 575f3c3 commit 550973a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion kolibri/plugins/coach/assets/src/routes/lessonsRoutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ import SelectionIndex from '../views/lessons/LessonSummaryPage/sidePanels/Lesson
import SelectFromBookmarks from '../views/lessons/LessonSummaryPage/sidePanels/LessonResourceSelection/subPages/SelectFromBookmarks.vue';
import SelectFromTopicTree from '../views/lessons/LessonSummaryPage/sidePanels/LessonResourceSelection/subPages/SelectFromTopicTree.vue';
import SelectFromSearchResults from '../views/lessons/LessonSummaryPage/sidePanels/LessonResourceSelection/subPages/SelectFromSearchResults.vue';
import ManageSelectedResources from '../views/lessons/LessonSummaryPage/sidePanels/LessonResourceSelection/subPages/ManageSelectedResources.vue';
import { classIdParamRequiredGuard, RouteSegments } from './utils';

const {
Expand Down Expand Up @@ -166,7 +167,11 @@ export default [
path: 'search-results',
component: SelectFromSearchResults,
},

{
name: PageNames.LESSON_PREVIEW_SELECTED_RESOURCES,
path: 'preview-resources',
component: ManageSelectedResources,
},
{
name: PageNames.LESSON_PREVIEW_RESOURCE,
path: 'preview',
Expand Down

0 comments on commit 550973a

Please sign in to comment.