diff --git a/agent-flow/src/components/llm/SkillForm.jsx b/agent-flow/src/components/llm/SkillForm.jsx index 06b22a8..2f9d9ad 100644 --- a/agent-flow/src/components/llm/SkillForm.jsx +++ b/agent-flow/src/components/llm/SkillForm.jsx @@ -264,7 +264,6 @@ export const SkillContent = ({toolOptions, disabled, dispatch, t}) => { {item.version} - {renderViewIcon(item)} {renderDeleteIcon(item)} diff --git a/agent-flow/src/components/loopNode/SkillForm.jsx b/agent-flow/src/components/loopNode/SkillForm.jsx index 698f305..2be1654 100644 --- a/agent-flow/src/components/loopNode/SkillForm.jsx +++ b/agent-flow/src/components/loopNode/SkillForm.jsx @@ -183,7 +183,6 @@ const _SkillForm = ({plugin, data = undefined, handlePluginChange, handlePluginD {plugin?.name ?? ''} - {plugin?.appId && plugin?.tenantId && renderViewIcon()} {renderDeleteIcon(plugin.id)} } diff --git a/agent-flow/src/components/parallelNode/ParallelPluginItem.jsx b/agent-flow/src/components/parallelNode/ParallelPluginItem.jsx index 3b9c7ed..c8b8056 100644 --- a/agent-flow/src/components/parallelNode/ParallelPluginItem.jsx +++ b/agent-flow/src/components/parallelNode/ParallelPluginItem.jsx @@ -169,7 +169,6 @@ const _ParallelPluginItem = ({plugin, handlePluginDelete, shapeStatus}) => { className="jade-panel" header={