no message

This commit is contained in:
annabakouli 2017-12-06 14:48:29 +02:00
parent e83c54f37f
commit 3ced6b5236
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ export class DynamicFormComponent implements OnInit {
this.stepperItems.push({
label: '',
command: (event: any) => {
this.activeStepperIndex = item;
this.activeStepperIndex = item - 1;
}
})
})