Skip to content

Commit

Permalink
Update x-pack/plugins/security_solution/public/flyout/rule_details/pr…
Browse files Browse the repository at this point in the history
…eview/footer.tsx

Co-authored-by: Jan Monschke <[email protected]>
  • Loading branch information
christineweng and janmonschke authored Oct 10, 2024
1 parent 1aa3682 commit 0744a96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const PreviewFooter = memo(({ ruleId }: { ruleId: string }) => {
<EuiFlexItem grow={false}>
<EuiLink
href={href}
target={'_blank'}
target="_blank"
external={false}
data-test-subj={RULE_PREVIEW_OPEN_RULE_FLYOUT_TEST_ID}
>
Expand Down

0 comments on commit 0744a96

Please sign in to comment.