MOBILE-3320 courses: Fix search button in my courses
parent
f5e73877a6
commit
c828526c64
|
@ -206,7 +206,7 @@ export class CoreCoursesMyCoursesPage implements OnInit, OnDestroy {
|
|||
* Go to search courses.
|
||||
*/
|
||||
openSearch(): void {
|
||||
CoreNavigator.navigate('courses/search');
|
||||
CoreNavigator.navigateToSitePath('courses/search');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue