MOBILE-3320 courses: Fix search button in my courses

This commit is contained in:
Dani Palou 2021-05-27 15:37:03 +02:00
parent f5e73877a6
commit c828526c64

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');
}
/**