MOBILE-3320 courses: Fix search button in my courses

main
Dani Palou 2021-05-27 15:37:03 +02:00
parent f5e73877a6
commit c828526c64
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ export class CoreCoursesMyCoursesPage implements OnInit, OnDestroy {
* Go to search courses.
*/
openSearch(): void {
CoreNavigator.navigate('courses/search');
CoreNavigator.navigateToSitePath('courses/search');
}
/**