Skip to content

Commit 9279f14

Browse files
fix[frontend](aws): removed unused log group entry on aws configuration
1 parent 8ffe65d commit 9279f14

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • frontend/src/features/integrations/components/setup/cloud/builders

frontend/src/features/integrations/components/setup/cloud/builders/aws.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,4 @@ export const AWS_FIELDS: CloudConfigField[] = [
7070
labelKey: `${ROOT}.fields.region.label`,
7171
placeholder: 'us-east-1',
7272
},
73-
{
74-
key: 'aws_log_group_name',
75-
labelKey: `${ROOT}.fields.logGroupName.label`,
76-
placeholder: 'utmstack',
77-
},
7873
]

0 commit comments

Comments
 (0)