Skip to content

Commit b4c2ac4

Browse files
fix[frontend](integrations): removed unused field on aws integration guide
1 parent 866498f commit b4c2ac4

1 file changed

Lines changed: 0 additions & 6 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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ export const AWS_SECTIONS: CloudGuideSection[] = [
4545
bodyKey: `${ROOT}.sections.cloudwatchConfig.body`,
4646
image: `${IMG}/cloud-watch-config.png`,
4747
},
48-
{
49-
id: 'log-group',
50-
titleKey: `${ROOT}.sections.logGroup.title`,
51-
bodyKey: `${ROOT}.sections.logGroup.body`,
52-
image: `${IMG}/trail-group.png`,
53-
},
5448
{
5549
id: 'permissions',
5650
titleKey: `${ROOT}.sections.permissions.title`,

0 commit comments

Comments
 (0)