mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
feat: simplify dataProcessing node by removing redundant list entries
This commit is contained in:
parent
4b0dd1b7c0
commit
6eaca43d6e
|
|
@ -639,8 +639,6 @@ export const menuNodes = [
|
|||
{
|
||||
label: t('views.applicationWorkflow.nodes.classify.dataProcessing', '数据处理'),
|
||||
list: [variableSplittingNode, parameterExtractionNode, variableAggregationNode],
|
||||
label: t('views.applicationWorkflow.nodes.classify.dataProcessing'),
|
||||
list: [variableSplittingNode, parameterExtractionNode],
|
||||
},
|
||||
{
|
||||
label: t('views.applicationWorkflow.nodes.classify.other'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue