We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c3484 commit 338785fCopy full SHA for 338785f
src/pages/instance/Evoai/NewEvoai.tsx
@@ -39,9 +39,8 @@ function NewEvoai({ resetTable }: { resetTable: () => void }) {
39
const evoaiData: Evoai = {
40
enabled: data.enabled,
41
description: data.description,
42
- webhookUrl: data.webhookUrl,
43
- basicAuthUser: data.basicAuthUser,
44
- basicAuthPass: data.basicAuthPass,
+ agentUrl: data.agentUrl,
+ apiKey: data.apiKey,
45
triggerType: data.triggerType,
46
triggerOperator: data.triggerOperator || "",
47
triggerValue: data.triggerValue || "",
0 commit comments