Update ai agent form
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -334,6 +334,7 @@ export default function DashboardAIAgentsPage() {
|
||||
agentId={configAgentId}
|
||||
onAgentCreated={(agent) => setConfigAgentId(agent.id)}
|
||||
onAgentSaved={() => crudActions?.onRefresh()}
|
||||
onCancel={() => setConfigOpen(false)}
|
||||
/>
|
||||
) : null}
|
||||
</ProjectDialog>
|
||||
|
||||
Reference in New Issue
Block a user