mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: The component list in the loop body is missing variable aggregation
--bug=1063074 --user=张展玮 【应用】循环体中组件列表缺少变量聚合 https://www.tapd.cn/62980211/s/1790996
This commit is contained in:
parent
2151c51f78
commit
855d2b25d3
|
|
@ -682,7 +682,7 @@ export const applicationLoopMenuNodes = [
|
|||
},
|
||||
{
|
||||
label: t('views.applicationWorkflow.nodes.classify.dataProcessing', '数据处理'),
|
||||
list: [variableAssignNode, variableSplittingNode, parameterExtractionNode],
|
||||
list: [variableAssignNode, variableSplittingNode, parameterExtractionNode, variableAggregationNode],
|
||||
},
|
||||
{
|
||||
label: t('views.applicationWorkflow.nodes.classify.other'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue