MOBILE-3947 course: Open course index in a sheet modal
parent
50596da0f2
commit
c60519f2a8
|
@ -426,6 +426,8 @@ export class CoreCourseFormatComponent implements OnInit, OnChanges, OnDestroy {
|
|||
|
||||
const data = await CoreDomUtils.openModal<CoreCourseIndexSectionWithModule>({
|
||||
component: CoreCourseCourseIndexComponent,
|
||||
initialBreakpoint: 1,
|
||||
breakpoints: [0, 1],
|
||||
componentProps: {
|
||||
course: this.course,
|
||||
sections: this.sections,
|
||||
|
|
Loading…
Reference in New Issue