Skip to content

Commit

Permalink
dashboard error section fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DhaaraniCIT committed Dec 10, 2024
1 parent 62b440e commit 9c9b20c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export class DashboardErrorSectionComponent implements OnInit {
if (this.destinationField === AccountingField.ACCOUNT && this.appName === AppName.QBD_DIRECT) {
this.detailAccountType = this.chartOfAccounts;
} else {
this.detailAccountType = undefined
this.detailAccountType = undefined;
}

this.mappingService.getPaginatedDestinationAttributes(this.destinationField, undefined, this.displayName, this.appName, this.detailAccountType).subscribe((response: any) => {
Expand Down

0 comments on commit 9c9b20c

Please sign in to comment.