Support TOSCA functions in sub properties
[sdc.git] / catalog-ui / src / app / ng2 / pages / properties-assignment / services / hierarchy-nav.service.ts
index 1a800ba..e3baad6 100644 (file)
@@ -44,6 +44,7 @@ export class HierarchyNavService {
         });
 
         let tree = this.unflatten(flattenProperties, '', []);
+
         return tree[0].childrens; // Return the childrens without the root.
     }