fix: refine AI agent config dialog header

This commit is contained in:
mlogclub
2026-06-22 11:33:35 +08:00
parent 7308e848fb
commit d19b5054e7
3 changed files with 3 additions and 16 deletions
-1
View File
@@ -320,7 +320,6 @@ export default function DashboardAIAgentsPage() {
{configAgentId ? (
<AIAgentConfigWorkbench
agentId={configAgentId}
onClose={() => setConfigAgentId(null)}
onAgentSaved={() => crudActions?.onRefresh()}
/>
) : null}