From e72ecfcb0a5856a21652ef83f04d00783d725134 Mon Sep 17 00:00:00 2001 From: zhaoying Date: Tue, 13 Jan 2026 21:21:19 +0800 Subject: [PATCH] fix(web): remove calculateVariableList --- web/src/views/Workflow/components/Properties/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/views/Workflow/components/Properties/index.tsx b/web/src/views/Workflow/components/Properties/index.tsx index 9fcc8821..2903b2c9 100644 --- a/web/src/views/Workflow/components/Properties/index.tsx +++ b/web/src/views/Workflow/components/Properties/index.tsx @@ -22,7 +22,7 @@ import ConditionList from './ConditionList' import CycleVarsList from './CycleVarsList' import AssignmentList from './AssignmentList' import ToolConfig from './ToolConfig' -import { calculateVariableList } from './utils/variableListCalculator' +// import { calculateVariableList } from './utils/variableListCalculator' interface PropertiesProps { selectedNode?: Node | null; @@ -1022,10 +1022,10 @@ const Properties: FC = ({ return addParentIterationVars(baseList); }; - const defaultVariableList = calculateVariableList(selectedNode as Node, graphRef, workflowConfig ) + // const defaultVariableList = calculateVariableList(selectedNode as Node, graphRef, workflowConfig ) console.log('values', values) - console.log('variableList', variableList, defaultVariableList) + // console.log('variableList', variableList, defaultVariableList) return (