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