diff --git a/src/pages/flowEditor/components/nodeContentCode.tsx b/src/pages/flowEditor/components/nodeContentCode.tsx index e59140f..2456372 100644 --- a/src/pages/flowEditor/components/nodeContentCode.tsx +++ b/src/pages/flowEditor/components/nodeContentCode.tsx @@ -164,6 +164,14 @@ const NodeContent = ({ data }: { data: NodeContentData }) => { ))} )} + {dataIns.length === 0 && ( +
+
+ +
+
+ + )} {dataOuts.length > 0 && !isEndNode && (