Skip to content

Commit 696cfa9

Browse files
committed
Redirect to search results when searching from index page
1 parent b936e25 commit 696cfa9

File tree

1 file changed

+1
-1
lines changed
  • kolibri/plugins/coach/assets/src/views/lessons/LessonSummaryPage/sidePanels/LessonResourceSelection/subPages

1 file changed

+1
-1
lines changed

kolibri/plugins/coach/assets/src/views/lessons/LessonSummaryPage/sidePanels/LessonResourceSelection/subPages/SelectFromTopicTree.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
8484
props.setGoBack(() => {
8585
const { searchTopicId } = routeQuery;
86-
if (!isTopicFromSearchResult.value || !routeQuery.searchTopicId) {
86+
if (!isTopicFromSearchResult.value) {
8787
return instance.proxy.$router.push({
8888
name: PageNames.LESSON_SELECT_RESOURCES_INDEX,
8989
});

0 commit comments

Comments
 (0)