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}
|
agentId={configAgentId}
|
||||||
onAgentCreated={(agent) => setConfigAgentId(agent.id)}
|
onAgentCreated={(agent) => setConfigAgentId(agent.id)}
|
||||||
onAgentSaved={() => crudActions?.onRefresh()}
|
onAgentSaved={() => crudActions?.onRefresh()}
|
||||||
|
onCancel={() => setConfigOpen(false)}
|
||||||
/>
|
/>
|
||||||
) : null}
|
) : null}
|
||||||
</ProjectDialog>
|
</ProjectDialog>
|
||||||
|
|||||||
Reference in New Issue
Block a user