mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: Component sequence adjustment
This commit is contained in:
parent
1141e5f19c
commit
4ef20a9b46
|
|
@ -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,
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue