summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.ts
diff options
context:
space:
mode:
authorEzhilarasi <ezhrajam@in.ibm.com>2019-02-15 20:13:13 +0530
committerEzhilarasi R <ezhrajam@in.ibm.com>2019-02-15 16:51:28 +0000
commitc3a4d5070a9351137e36854e94a46e26567ede0d (patch)
treefef014fc288f8546bc219987fe894a3967088108 /cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.ts
parente01fecb2c156b214e8cc03fec8a968cfd408bf77 (diff)
File undefined issue fix
Import file issue in Select template fix Change-Id: I6131262ec0818ca20addad007fa600f8c43084da Issue-ID: CCSDK-703 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.ts')
-rw-r--r--cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.ts b/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.ts
index 091dd35b2..431b734e9 100644
--- a/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.ts
+++ b/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.ts
@@ -40,7 +40,7 @@ export class SelectTemplateComponent implements OnInit {
importModel: IImportModel;
constructor(private store: Store<IBlueprintState>) {
- this.importModel.file = '';
+ // this.importModel.file = '';
}
ngOnInit() {