Fix bugs in attribute outputs page
[sdc.git] / catalog-ui / src / app / ng2 / components / logic / attributes-table / dynamic-attribute / dynamic-attribute.component.html
index 7f271af..f5de4aa 100644 (file)
@@ -89,7 +89,7 @@
             [attributeNameSearchText]="attributeNameSearchText"
             [readonly]="readonly"
             [hasChildren]="getHasChildren(prop)"
-            (propertyChanged)="childValueChanged(prop)"
+            (attributeChanged)="childValueChanged(prop)"
             (mapKeyChanged)="updateChildKeyInParent(prop, $event)"
             (expandChild)="expandChildById($event)"
             (deleteItem)="deleteListOrMapItem($event)"