diff --git a/frontend/src/pages/integrations/checkly/create.tsx b/frontend/src/pages/integrations/checkly/create.tsx index 4db24b846..cd5ae71b7 100644 --- a/frontend/src/pages/integrations/checkly/create.tsx +++ b/frontend/src/pages/integrations/checkly/create.tsx @@ -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