summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.ts
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-09-04 15:45:25 +0000
committerGerrit Code Review <gerrit@onap.org>2019-09-04 15:45:25 +0000
commit0bc235b587922bd8f4bcefbfc4a22fc3faba538e (patch)
tree11fa606f43a3c0a887ce3b2800d417fe65eb0f8a /cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.ts
parent302ec11f5832bca25336febccedbc49490fc1106 (diff)
parent142ec3d2625d5d6fa8518a8e2b22832e93466f60 (diff)
Merge "CDS UI code changes"
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.ts')
-rw-r--r--cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.ts2
1 files changed, 1 insertions, 1 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 ee6e9631e..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
@@ -99,7 +99,7 @@ export class SearchTemplateComponent implements OnInit {
entryDefinition: this.entryDefinition
}
this.store.dispatch(new SetBlueprintState(blueprintState))
- // this.store.dispatch(new LoadBlueprintSuccess(data));
+
}
async buildFileViewData(zip) {