feat: simplify dataProcessing node by removing redundant list entries
parent
4b0dd1b7c0
commit
6eaca43d6e
|
|
@ -639,8 +639,6 @@ export const menuNodes = [
|
||||||
{
|
{
|
||||||
label: t('views.applicationWorkflow.nodes.classify.dataProcessing', '数据处理'),
|
label: t('views.applicationWorkflow.nodes.classify.dataProcessing', '数据处理'),
|
||||||
list: [variableSplittingNode, parameterExtractionNode, variableAggregationNode],
|
list: [variableSplittingNode, parameterExtractionNode, variableAggregationNode],
|
||||||
label: t('views.applicationWorkflow.nodes.classify.dataProcessing'),
|
|
||||||
list: [variableSplittingNode, parameterExtractionNode],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: t('views.applicationWorkflow.nodes.classify.other'),
|
label: t('views.applicationWorkflow.nodes.classify.other'),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue