From 13046709a93494c3e4b273c60cedc1cd2fdb8f18 Mon Sep 17 00:00:00 2001 From: Yi Xiao <54782454+YIXIAO0@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:04:51 +0800 Subject: [PATCH] fix: line in iteration node is not straight (#8918) --- web/app/components/workflow/nodes/iteration-start/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/workflow/nodes/iteration-start/index.tsx b/web/app/components/workflow/nodes/iteration-start/index.tsx index 9d7ac1f905..a765f82733 100644 --- a/web/app/components/workflow/nodes/iteration-start/index.tsx +++ b/web/app/components/workflow/nodes/iteration-start/index.tsx @@ -9,7 +9,7 @@ const IterationStartNode = ({ id, data }: NodeProps) => { const { t } = useTranslation() return ( -
+