Skip to content

Commit

Permalink
fix: qbd direct connector 2.2 step file download fix (#1136)
Browse files Browse the repository at this point in the history
* qbd direct connector 2.2 step file download fix

* lint fix
  • Loading branch information
DhaaraniCIT committed Jan 10, 2025
1 parent 13abda8 commit a78f9b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ export class QbdDirectOnboardingConnectorComponent implements OnInit {
this.workspaceService.getWorkspace(this.user.org_id).subscribe((workspaceResponse: QbdDirectWorkspace[]) => {
if (workspaceResponse[0].onboarding_state === QbdDirectOnboardingState.PENDING_QWC_UPLOAD) {
this.qbdDirectConnectorService.getQBDConnectorSettings().subscribe((qbdConntion: QbdConnectorGet) => {
this.xmlFileContent = qbdConntion.qwc;
this.password = qbdConntion.password;
this.isDownloadStepCompleted = true;
this.isDownloadfileLoading = false;
Expand Down

0 comments on commit a78f9b5

Please sign in to comment.