Update ai agent form

This commit is contained in:
mlogclub
2026-07-26 11:29:18 +08:00
parent 90ed934712
commit 65c9f1647f
2 changed files with 844 additions and 556 deletions
File diff suppressed because it is too large Load Diff
+1
View File
@@ -334,6 +334,7 @@ export default function DashboardAIAgentsPage() {
agentId={configAgentId}
onAgentCreated={(agent) => setConfigAgentId(agent.id)}
onAgentSaved={() => crudActions?.onRefresh()}
onCancel={() => setConfigOpen(false)}
/>
) : null}
</ProjectDialog>