Patch checkly integration

pull/1153/head
Tuan Dang 7 months ago
parent 86d82737f4
commit d4a5eb12e8

@ -100,7 +100,7 @@ export default function ChecklyCreateIntegrationPage() {
appId: targetApp?.appId,
sourceEnvironment: selectedSourceEnvironment,
targetService: targetGroup?.name,
targetServiceId: String(targetGroup?.groupId),
targetServiceId: targetGroup?.groupId ? String(targetGroup?.groupId) : undefined,
secretPath,
metadata: {
secretSuffix

Loading…
Cancel
Save