Skip to content

Commit 6eaca43

Browse files
committed
feat: simplify dataProcessing node by removing redundant list entries
1 parent 4b0dd1b commit 6eaca43

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/src/workflow/common/data.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,8 +639,6 @@ export const menuNodes = [
639639
{
640640
label: t('views.applicationWorkflow.nodes.classify.dataProcessing', '数据处理'),
641641
list: [variableSplittingNode, parameterExtractionNode, variableAggregationNode],
642-
label: t('views.applicationWorkflow.nodes.classify.dataProcessing'),
643-
list: [variableSplittingNode, parameterExtractionNode],
644642
},
645643
{
646644
label: t('views.applicationWorkflow.nodes.classify.other'),

0 commit comments

Comments
 (0)