fix: Component sequence adjustment
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled

This commit is contained in:
wangdan-fit2cloud 2025-12-12 11:31:33 +08:00 committed by CaptainB
parent 1141e5f19c
commit 4ef20a9b46

View File

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