Update pipeline-step.component.tsx

This commit is contained in:
Shubham Takode 2024-02-27 21:59:15 +05:30
parent 824dc6b067
commit f7de7b9dba

View File

@ -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 (
<div className="" style={{
padding: "2px",