aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-ui/src/app/components/canvas/canvas.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sdc-workflow-designer-ui/src/app/components/canvas/canvas.component.ts')
-rw-r--r--sdc-workflow-designer-ui/src/app/components/canvas/canvas.component.ts14
1 files changed, 7 insertions, 7 deletions
diff --git a/sdc-workflow-designer-ui/src/app/components/canvas/canvas.component.ts b/sdc-workflow-designer-ui/src/app/components/canvas/canvas.component.ts
index 5016b50a..f5ccbc98 100644
--- a/sdc-workflow-designer-ui/src/app/components/canvas/canvas.component.ts
+++ b/sdc-workflow-designer-ui/src/app/components/canvas/canvas.component.ts
@@ -46,13 +46,13 @@ export class CanvasComponent implements AfterViewInit {
}
ngOnInit(): void {
- this.route.queryParams.subscribe(params => {
- if (params.id) {
- this.dataAccessService.catalogService.loadWorkflow(params.id).subscribe(workflow => {
- this.workflowService.workflow = workflow;
- });
- }
- });
+ // this.route.queryParams.subscribe(params => {
+ // if (params.id) {
+ // this.dataAccessService.catalogService.loadWorkflow(params.id).subscribe(workflow => {
+ // this.workflowService.workflow = workflow;
+ // });
+ // }
+ // });
}
public ngAfterViewInit() {