Merge pull request #2126 from dpalou/MOBILE-3167

MOBILE-3167 dashboard: Set fallback blocks visibility to true
main
Juan Leyva 2019-10-15 11:48:45 +02:00 committed by GitHub
commit f383894b7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -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
}
];
}