From 6eaca43d6ef85373d657dd2d2fad9055f5722345 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Fri, 17 Oct 2025 17:58:09 +0800 Subject: [PATCH] feat: simplify dataProcessing node by removing redundant list entries --- ui/src/workflow/common/data.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/src/workflow/common/data.ts b/ui/src/workflow/common/data.ts index 925b45c6d..54636e62a 100644 --- a/ui/src/workflow/common/data.ts +++ b/ui/src/workflow/common/data.ts @@ -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'),