Skip to content

Commit

Permalink
Remove target=blank
Browse files Browse the repository at this point in the history
  • Loading branch information
copyhold committed Dec 4, 2024
1 parent 9b701c6 commit 73dd917
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ const AnnotationValue = ({ annotationKey, value, valueLink }: Props) => {

const tokenizeValue = <Tokenize input={value} delimiter={['{{', '}}']} />;

// LOGZ.IO GRAFANA CHANGE :: DEV-47446 - make links internal ( remove 'external' )
if (valueLink) {
return (
<TextLink href={valueLink} external>
<TextLink href={valueLink}>
{value}
</TextLink>
);
Expand Down

0 comments on commit 73dd917

Please sign in to comment.