Skip to content

Commit 4ef20a9

Browse files
wangdan-fit2cloudliuruibin
authored andcommitted
fix: Component sequence adjustment
1 parent 1141e5f commit 4ef20a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/workflow/common/data.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -836,9 +836,9 @@ export const applicationLoopMenuNodes = [
836836
label: t('workflow.nodes.classify.dataProcessing'),
837837
list: [
838838
variableAssignNode,
839+
variableAggregationNode,
839840
variableSplittingNode,
840841
parameterExtractionNode,
841-
variableAggregationNode,
842842
],
843843
},
844844
{
@@ -878,9 +878,9 @@ export const knowledgeLoopMenuNodes = [
878878
label: t('workflow.nodes.classify.dataProcessing'),
879879
list: [
880880
variableAssignNode,
881+
variableAggregationNode,
881882
variableSplittingNode,
882883
parameterExtractionNode,
883-
variableAggregationNode,
884884
],
885885
},
886886
{

0 commit comments

Comments
 (0)