Skip to content

Commit

Permalink
Prod fixes of QBD direct
Browse files Browse the repository at this point in the history
  • Loading branch information
DhaaraniCIT committed Dec 12, 2024
1 parent 3299776 commit 1d1e5fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class QbdDirectOnboardingConnectorComponent implements OnInit {
) { }

triggerDownload(filePath: string) {
if(filePath) {
if (filePath) {
this.isDownloadfileLoading = true;
this.isCompanyPathInvalid = false;
this.qbdDirectConnectorService.postQbdDirectConntion({file_location: filePath}).subscribe((connectionResponse: QbdConnectorGet) => {
Expand Down

0 comments on commit 1d1e5fb

Please sign in to comment.