Skip to content

Commit

Permalink
fix: QBD Dashboard bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 committed Dec 10, 2024
1 parent 5962b2d commit a960a21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class QbdDirectDashboardComponent implements OnInit {
[AccountingErrorType.CATEGORY_MAPPING]: null
};

getExportErrors$: Observable<ErrorResponse> = this.dashboardService.getExportErrors(AppName.QBD_DIRECT);
getExportErrors$: Observable<ErrorResponse> = this.dashboardService.getExportErrors(undefined, AppName.QBD_DIRECT);

getAccountingExportSummary$: Observable<AccountingExportSummary> = this.accountingExportService.getAccountingExportSummary(AppName.QBD_DIRECT);

Expand Down

0 comments on commit a960a21

Please sign in to comment.