From 9279f14a1c19dbac248caa74680a8a4e1062186f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20S=C3=A1nchez?= Date: Tue, 30 Jun 2026 09:34:29 -0600 Subject: [PATCH] fix[frontend](aws): removed unused log group entry on aws configuration --- .../integrations/components/setup/cloud/builders/aws.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/src/features/integrations/components/setup/cloud/builders/aws.ts b/frontend/src/features/integrations/components/setup/cloud/builders/aws.ts index 9bb4aee7b..b5420d38d 100644 --- a/frontend/src/features/integrations/components/setup/cloud/builders/aws.ts +++ b/frontend/src/features/integrations/components/setup/cloud/builders/aws.ts @@ -70,9 +70,4 @@ export const AWS_FIELDS: CloudConfigField[] = [ labelKey: `${ROOT}.fields.region.label`, placeholder: 'us-east-1', }, - { - key: 'aws_log_group_name', - labelKey: `${ROOT}.fields.logGroupName.label`, - placeholder: 'utmstack', - }, ]