From 4ef20a9b460dd676392ad810d121cf255a009ad9 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Fri, 12 Dec 2025 11:31:33 +0800 Subject: [PATCH] fix: Component sequence adjustment --- ui/src/workflow/common/data.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/workflow/common/data.ts b/ui/src/workflow/common/data.ts index 1059fc6ea..6b089f5a7 100644 --- a/ui/src/workflow/common/data.ts +++ b/ui/src/workflow/common/data.ts @@ -836,9 +836,9 @@ export const applicationLoopMenuNodes = [ label: t('workflow.nodes.classify.dataProcessing'), list: [ variableAssignNode, + variableAggregationNode, variableSplittingNode, parameterExtractionNode, - variableAggregationNode, ], }, { @@ -878,9 +878,9 @@ export const knowledgeLoopMenuNodes = [ label: t('workflow.nodes.classify.dataProcessing'), list: [ variableAssignNode, + variableAggregationNode, variableSplittingNode, parameterExtractionNode, - variableAggregationNode, ], }, {