diff --git a/dmp-frontend/src/app/form/dynamic-form.component.ts b/dmp-frontend/src/app/form/dynamic-form.component.ts index 73954be82..818b918e0 100644 --- a/dmp-frontend/src/app/form/dynamic-form.component.ts +++ b/dmp-frontend/src/app/form/dynamic-form.component.ts @@ -129,7 +129,7 @@ export class DynamicFormComponent implements OnInit { this.stepperItems.push({ label: '', command: (event: any) => { - this.activeStepperIndex = item; + this.activeStepperIndex = item - 1; } }) })