mirror of
https://github.com/clearml/clearml-web
synced 2025-03-13 07:08:17 +00:00
Update pipeline-step.component.tsx
This commit is contained in:
parent
824dc6b067
commit
f7de7b9dba
@ -3,7 +3,7 @@ import { Handle, Position } from 'reactflow';
|
|||||||
/* import "./pipeline-step.css" */
|
/* import "./pipeline-step.css" */
|
||||||
|
|
||||||
export default function PipelineStepComponent({ data, selected, ...others }) {
|
export default function PipelineStepComponent({ data, selected, ...others }) {
|
||||||
console.log("from reactstep", selected)
|
//console.log("from reactstep", selected)
|
||||||
return (
|
return (
|
||||||
<div className="" style={{
|
<div className="" style={{
|
||||||
padding: "2px",
|
padding: "2px",
|
||||||
|
Loading…
Reference in New Issue
Block a user