From d4a5eb12e862f0c4c0f860ea7a7311dc5c48d09b Mon Sep 17 00:00:00 2001 From: Tuan Dang Date: Thu, 2 Nov 2023 11:54:01 +0200 Subject: [PATCH] Patch checkly integration --- frontend/src/pages/integrations/checkly/create.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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