Skip to content

Commit

Permalink
fix: Removal of employee mapping step for branded app (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 committed Jan 16, 2025
1 parent 8c33bc8 commit ffc265c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ export class QBOOnboardingModel {
this.onboardingSteps[index - 1].completed = true;
}

if (!brandingFeatureConfig.featureFlags.mapEmployees) {
this.onboardingSteps.splice(1, 1);
}

return this.onboardingSteps;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ export class QboConfigurationComponent implements OnInit {
constructor() { }

ngOnInit(): void {
if (!brandingFeatureConfig.featureFlags.mapEmployees) {
this.modules.splice(0, 1);
}
}

}

0 comments on commit ffc265c

Please sign in to comment.