Skip to content
Snippets Groups Projects
Commit 2e15ee6c authored by Jérémie BRISON's avatar Jérémie BRISON
Browse files

fix(form): fix progress 100% on validate Mail

parent 062b005a
No related branches found
No related tags found
3 merge requests!68Recette,!67Dev,!66Fix/form design create structure
......@@ -527,6 +527,7 @@ export class FormComponent implements OnInit {
private createStructure(structure: Structure, user: User): void {
this.structureService.createStructure(structure, user).subscribe((structure) => {
this.currentPage++;
this.progressStatus += 100 / this.nbPagesForm;
this.createdStructure = structure;
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment