fix: refine AI agent config dialog header
This commit is contained in:
@@ -320,7 +320,6 @@ export default function DashboardAIAgentsPage() {
|
||||
{configAgentId ? (
|
||||
<AIAgentConfigWorkbench
|
||||
agentId={configAgentId}
|
||||
onClose={() => setConfigAgentId(null)}
|
||||
onAgentSaved={() => crudActions?.onRefresh()}
|
||||
/>
|
||||
) : null}
|
||||
|
||||
Reference in New Issue
Block a user