Skip to content
Snippets Groups Projects
Commit fe0836a0 authored by Guilhem CARRON's avatar Guilhem CARRON
Browse files

fix: onboarding structure creation missing end button

parent fc1926da
No related branches found
No related tags found
4 merge requests!418V2.1.0,!400V2.0,!355Resolve "Manque un bouton suivant",!230V2.0
...@@ -64,13 +64,6 @@ export class FooterFormComponent implements OnChanges { ...@@ -64,13 +64,6 @@ export class FooterFormComponent implements OnChanges {
) { ) {
this.isNextFormTransition = true; this.isNextFormTransition = true;
} }
if (this.currentForm === formType.structure && this.currentStep === structureFormStep.mailSentInfo) {
const user: User = await this.profileService.getProfile();
if (!user.job || !user.job.hasPersonalOffer) {
this.isLastFormStep = true;
}
}
if ( if (
this.currentForm === formType.structure && this.currentForm === formType.structure &&
(this.currentStep === structureFormStep.noStructure || (this.currentStep === structureFormStep.noStructure ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment