Revert "Renaming Files having BluePrint to have Blueprint"
[ccsdk/cds.git] / cds-ui / designer-client / src / app / modules / feature-modules / packages / package-creation / package-creation.component.ts
index dc2b4dc..1d23405 100644 (file)
@@ -109,7 +109,7 @@ export class PackageCreationComponent extends ComponentCanDeactivate implements
         // this.tourService.goto(step);
     }
 
-    saveBlueprint() {
+    saveBluePrint() {
         this.ngxService.start();
         console.log(this.cbaPackage);
         FilesContent.clear();
@@ -121,13 +121,13 @@ export class PackageCreationComponent extends ComponentCanDeactivate implements
         // this.cbaPackage.templateTopology.content = this.designerStore.state.sourceContent;
         packageCreationModes.execute(this.cbaPackage, this.packageCreationUtils);
         this.filesData.push(this.folder.TREE_DATA);
-        this.saveBlueprintToDataBase();
+        this.saveBluePrintToDataBase();
 
 
     }
 
 
-    saveBlueprintToDataBase() {
+    saveBluePrintToDataBase() {
         this.create();
         this.zipFile.generateAsync({ type: 'blob' })
             .then(blob => {