UI Support for operation milestones
[sdc.git] / catalog-ui / src / app / ng2 / pages / composition / interface-operatons / operation-creator / input-list / input-list-item / input-list-item.component.ts
index 116b9eb..80dd252 100644 (file)
@@ -95,6 +95,7 @@ export class InputListItemComponent implements OnInit {
       this.property.toscaFunction = this.toscaFunction;
       this.valueObjRef = this.toscaFunction.value;
     } else {
+      this.property = this.property ? this.property : new PropertyBEModel();
       this.property.toscaFunction = undefined;
     }
   }