Skip to content

Commit

Permalink
Web: fix dom validation error on test (#46700)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlisa committed Sep 18, 2024
1 parent 586a971 commit c7cec8d
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import { Link as InternalRouteLink } from 'react-router-dom';
import { useLocation } from 'react-router';
import styled from 'styled-components';
import { Box, ButtonSecondary, Text, Link, Flex, ButtonPrimary } from 'design';
import { P } from 'design/Text/Text';
import * as Icons from 'design/Icon';
import FieldInput from 'shared/components/FieldInput';
import { requiredIamRoleName } from 'shared/components/Validation/rules';
Expand Down Expand Up @@ -152,7 +151,7 @@ export function AwsOidc() {
AWS RDS
</RouteLink>{' '}
instances during resource enrollment.
<P>
<Box mt={3}>
AWS Resources created by the integration are tagged so that you can
search and export them using the{' '}
<Link target="_blank" href={AWS_RESOURCE_GROUPS_TAG_EDITOR_LINK}>
Expand All @@ -173,7 +172,7 @@ export function AwsOidc() {
},
]}
/>
</P>
</Box>
</Box>

<Validation>
Expand Down

0 comments on commit c7cec8d

Please sign in to comment.