제어관리 노드 작동 방식 수정
This commit is contained in:
@@ -52,14 +52,6 @@ export const NODE_PALETTE: NodePaletteItem[] = [
|
||||
category: "transform",
|
||||
color: "#EAB308", // 노란색
|
||||
},
|
||||
{
|
||||
type: "fieldMapping",
|
||||
label: "필드 매핑",
|
||||
icon: "🔀",
|
||||
description: "소스 필드를 타겟 필드로 매핑합니다",
|
||||
category: "transform",
|
||||
color: "#8B5CF6", // 보라색
|
||||
},
|
||||
{
|
||||
type: "dataTransform",
|
||||
label: "데이터 변환",
|
||||
|
||||
Reference in New Issue
Block a user