-
}
- title="节点信息"
- description="节点在画布上显示的名称"
- >
-
-
-
}
title="配置范围"
diff --git a/frontend/src/components/workflow/panels/NodeSettingsPanel.tsx b/frontend/src/components/workflow/panels/NodeSettingsPanel.tsx
index 117ee9d..4d50d2b 100644
--- a/frontend/src/components/workflow/panels/NodeSettingsPanel.tsx
+++ b/frontend/src/components/workflow/panels/NodeSettingsPanel.tsx
@@ -1,6 +1,6 @@
"use client";
-import { Flag, PhoneForwarded, Tag } from "lucide-react";
+import { Flag, PhoneForwarded } from "lucide-react";
import { useState } from "react";
import { SectionCard } from "@/components/editor/section-card";
@@ -297,23 +297,6 @@ function WorkflowNodePanelForm({
}) {
return (
-
}
- title="节点信息"
- description="节点在画布上显示的名称"
- >
-
-
-
{spec.type === "action" && (