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 d37ad995..71f2c726 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 @@ -2,15 +2,16 @@ import React from "react"; import { Handle, Position } from 'reactflow'; /* import "./pipeline-step.css" */ -export default function PipelineStepComponent({ data, ...others }) { - //console.log("from reactstep", others) +export default function PipelineStepComponent({ data, selected, ...others }) { + console.log("from reactstep", selected) return (