no message

This commit is contained in:
Diamantis Tziotzios 2017-12-11 12:40:21 +02:00
parent 4e61f16996
commit d0e123c350
1 changed files with 0 additions and 3 deletions

View File

@ -148,9 +148,6 @@ export class DynamicFormComponent implements OnInit {
this.pages.forEach(item => {
this.stepperItems.push({
label: '',
command: (event: any) => {
this.currentPage = event.index;
}
})
});
}