Fixed defect CCSDK-1299
[ccsdk/cds.git] / cds-ui / client / src / app / feature-modules / blueprint / modify-template / editor / editor.component.ts
index 7fd4ef0..ffe6902 100644 (file)
@@ -426,6 +426,7 @@ export class EditorComponent implements OnInit {
 
     if (this.validfile) {
       this.fetchTOSACAMetadata();
+      this.filesData = this.paths;
       this.tree = this.arrangeTreeData(this.paths);
     } else {
       alert('Please update proper file with TOSCA metadata');