Fix create list input api call failure
[sdc.git] / catalog-ui / src / app / ng2 / pages / properties-assignment / properties-assignment.page.component.ts
index 9fb1a92..83174fa 100644 (file)
@@ -605,7 +605,7 @@ export class PropertiesAssignmentComponent {
                         console.log("save button clicked. input=", input);
 
                         this.topologyTemplateService
-                        .createListInput(this.component.uniqueId, input, this.isSelf())
+                        .createListInput(this.component, input, this.isSelf())
                         .subscribe(response => {
                             this.setInputTabIndication(response.length);
                             this.checkedPropertiesCount = 0;