Skip to content

Commit

Permalink
pr comment / 2
Browse files Browse the repository at this point in the history
  • Loading branch information
anishfyle committed Dec 17, 2024
1 parent 7890ba2 commit fbfbfce
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,7 @@ export class QboOnboardingConnectorComponent implements OnInit, OnDestroy {
}

private handlePostQBOConnection(qboCredential: QBOCredential): void {
if (brandingFeatureConfig.featureFlags.mapEmployees) {
this.workspaceService.setOnboardingState(QBOOnboardingState.MAP_EMPLOYEES);
} else {
this.workspaceService.setOnboardingState(QBOOnboardingState.EXPORT_SETTINGS);
}
this.workspaceService.setOnboardingState(QBOOnboardingState.EXPORT_SETTINGS);

this.qboConnectionInProgress = false;
this.qboCompanyName = qboCredential.company_name;
Expand Down

0 comments on commit fbfbfce

Please sign in to comment.