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, ], }, {