diff options
Diffstat (limited to 'cds-ui/client/src')
-rw-r--r-- | cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.ts b/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.ts index bc523c33c..ed01e63b2 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.ts +++ b/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.ts @@ -39,7 +39,7 @@ import { FormGroup, FormBuilder, Validators } from '@angular/forms'; }) export class SearchTemplateComponent implements OnInit { file: File; - localBlueprintData: IBlueprint; + localBluePrintData: IBlueprint; fileText: object[]; blueprintState: IBlueprintState; bpState: Observable<IBlueprintState>; @@ -99,7 +99,7 @@ export class SearchTemplateComponent implements OnInit { entryDefinition: this.entryDefinition } this.store.dispatch(new SetBlueprintState(blueprintState)) - + } async buildFileViewData(zip) { |