no message
This commit is contained in:
parent
e83c54f37f
commit
3ced6b5236
|
@ -129,7 +129,7 @@ export class DynamicFormComponent implements OnInit {
|
||||||
this.stepperItems.push({
|
this.stepperItems.push({
|
||||||
label: '',
|
label: '',
|
||||||
command: (event: any) => {
|
command: (event: any) => {
|
||||||
this.activeStepperIndex = item;
|
this.activeStepperIndex = item - 1;
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue