From dc3cbd9a745b2ed6aa44c25c273d6eb4cb3ad503 Mon Sep 17 00:00:00 2001 From: Joel Date: Tue, 19 Aug 2025 15:57:18 +0800 Subject: [PATCH] chore: handle duliplicate keys --- .../workflow/nodes/list-operator/components/filter-condition.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/app/components/workflow/nodes/list-operator/components/filter-condition.tsx b/web/app/components/workflow/nodes/list-operator/components/filter-condition.tsx index 647d49cd30..4030b8df1e 100644 --- a/web/app/components/workflow/nodes/list-operator/components/filter-condition.tsx +++ b/web/app/components/workflow/nodes/list-operator/components/filter-condition.tsx @@ -31,7 +31,6 @@ type Props = { condition: Condition varType: VarType onChange: (condition: Condition) => void - varType: VarType hasSubVariable: boolean readOnly: boolean nodeId: string