From f7de7b9dba300dafc70a43c03eb0c826bce64449 Mon Sep 17 00:00:00 2001 From: Shubham Takode Date: Tue, 27 Feb 2024 21:59:15 +0530 Subject: [PATCH] Update pipeline-step.component.tsx --- .../edit-pipeline-page/react/pipeline-step.component.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/webapp-common/pipelines/edit-pipeline-page/react/pipeline-step.component.tsx b/src/app/webapp-common/pipelines/edit-pipeline-page/react/pipeline-step.component.tsx index 71f2c726..66d32d7d 100644 --- a/src/app/webapp-common/pipelines/edit-pipeline-page/react/pipeline-step.component.tsx +++ b/src/app/webapp-common/pipelines/edit-pipeline-page/react/pipeline-step.component.tsx @@ -3,7 +3,7 @@ import { Handle, Position } from 'reactflow'; /* import "./pipeline-step.css" */ export default function PipelineStepComponent({ data, selected, ...others }) { - console.log("from reactstep", selected) + //console.log("from reactstep", selected) return (