From 0ad377334b7d98cbd3d26ae1bb99a03e4d7a9066 Mon Sep 17 00:00:00 2001 From: "G.Wood-Sun" Date: Tue, 13 May 2025 17:51:54 +0800 Subject: [PATCH] fix: fix can't config Nth item in list Node --- .../workflow/nodes/list-operator/panel.tsx | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/web/app/components/workflow/nodes/list-operator/panel.tsx b/web/app/components/workflow/nodes/list-operator/panel.tsx index a09839f04f..d93a79397d 100644 --- a/web/app/components/workflow/nodes/list-operator/panel.tsx +++ b/web/app/components/workflow/nodes/list-operator/panel.tsx @@ -97,16 +97,14 @@ const Panel: FC> = ({ {inputs.extract_by?.enabled ? (
- {hasSubVariable && ( -
- -
- )} +
+ +
) : null}