From 824dc6b067d8532f14108f7d69463f8fd3201495 Mon Sep 17 00:00:00 2001 From: Shubham Takode Date: Tue, 27 Feb 2024 21:58:59 +0530 Subject: [PATCH] Update pipeline-step.component.tsx --- .../edit-pipeline-page/react/pipeline-step.component.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 (