no message
This commit is contained in:
parent
4e61f16996
commit
d0e123c350
|
@ -148,9 +148,6 @@ export class DynamicFormComponent implements OnInit {
|
||||||
this.pages.forEach(item => {
|
this.pages.forEach(item => {
|
||||||
this.stepperItems.push({
|
this.stepperItems.push({
|
||||||
label: '',
|
label: '',
|
||||||
command: (event: any) => {
|
|
||||||
this.currentPage = event.index;
|
|
||||||
}
|
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue