diff --git a/src/app/form/form.component.ts b/src/app/form/form.component.ts index 0508a8b42095056efc2ac4267bae2b594e2d1343..9d4194885af45c9e6b8a65473a66abff31bbd91b 100644 --- a/src/app/form/form.component.ts +++ b/src/app/form/form.component.ts @@ -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; }); }