We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d44f9b commit 10e8416Copy full SHA for 10e8416
x-pack/plugins/drilldowns/public/components/drilldown_hello_bar/drilldown_hello_bar.tsx
@@ -44,7 +44,7 @@ export const DrilldownHelloBar: React.FC<DrilldownHelloBarProps> = ({
44
{docsLink && (
45
<>
46
<EuiSpacer size={'xs'} />
47
- <EuiLink href={docsLink} target="_blank" rel="noopener" external>
+ <EuiLink href={docsLink} target="_blank" external>
48
{txtViewDocsLinkLabel}
49
</EuiLink>
50
</>
0 commit comments