MOBILE-3167 dashboard: Set fallback blocks visibility to true
This commit is contained in:
parent
8e1fdeeef6
commit
8a57a0a590
@ -236,10 +236,12 @@ export class CoreCoursesDashboardPage implements OnDestroy {
|
||||
protected loadFallbackBlocks(): void {
|
||||
this.blocks = [
|
||||
{
|
||||
name: 'myoverview'
|
||||
name: 'myoverview',
|
||||
visible: true
|
||||
},
|
||||
{
|
||||
name: 'timeline'
|
||||
name: 'timeline',
|
||||
visible: true
|
||||
}
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user