diff --git a/src/app/client/src/app/modules/program-dashboard/components/program-datasets/program-datasets.component.html b/src/app/client/src/app/modules/program-dashboard/components/program-datasets/program-datasets.component.html index 705b1b1275f..25905040fcb 100644 --- a/src/app/client/src/app/modules/program-dashboard/components/program-datasets/program-datasets.component.html +++ b/src/app/client/src/app/modules/program-dashboard/components/program-datasets/program-datasets.component.html @@ -39,7 +39,7 @@

{{reso - + diff --git a/src/app/client/src/app/modules/program-dashboard/components/program-datasets/program-datasets.component.ts b/src/app/client/src/app/modules/program-dashboard/components/program-datasets/program-datasets.component.ts index 537d9230e1d..e85529f332d 100644 --- a/src/app/client/src/app/modules/program-dashboard/components/program-datasets/program-datasets.component.ts +++ b/src/app/client/src/app/modules/program-dashboard/components/program-datasets/program-datasets.component.ts @@ -311,16 +311,16 @@ export class DatasetsComponent implements OnInit, OnDestroy { "reportconfig.report_status": "active" } - this.dashboardReport$ = this.renderReport(filtersForReport).pipe( - catchError(err => { - console.error('Error while rendering report', err); - this.noResultMessage = { - 'messageText': _.get(err, 'messageText') || 'messages.stmsg.m0131' - }; - this.noResult = true; - return of({}); - }) - ); + // this.dashboardReport$ = this.renderReport(filtersForReport).pipe( + // catchError(err => { + // console.error('Error while rendering report', err); + // this.noResultMessage = { + // 'messageText': _.get(err, 'messageText') || 'messages.stmsg.m0131' + // }; + // this.noResult = true; + // return of({}); + // }) + // ); if (types && types.length > 0) { types.forEach(element => {