refactor-component-creation #47
@ -104,7 +104,6 @@ export class AppComponent implements OnInit{
|
||||
|
||||
if(componentCreator) {
|
||||
const createdModel = componentCreator.createModelComponent();
|
||||
console.log(createdModel)
|
||||
this.openModelComponent(createdModel!)
|
||||
|
||||
const openedOverview = this.openedOverview;
|
||||
|
@ -19,7 +19,6 @@ export class ItemCreator extends ModelComponentCreator {
|
||||
this.selectedComponent.addItem(item, this.getInheritedGroups(this.selectedComponent))
|
||||
return item;
|
||||
} else {
|
||||
console.log(this.selectedComponent)
|
||||
return undefined
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user