From ddb9b64128025d5eedf029dbfb2c546329b3a0bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Jamr=C3=B3z?= Date: Wed, 11 Oct 2023 15:18:43 +0200 Subject: [PATCH] Explore: Remove redundant TODO (#76262) Remove redundant todo --- public/app/features/explore/utils/links.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/public/app/features/explore/utils/links.ts b/public/app/features/explore/utils/links.ts index cf3ed748e95..fe686153aeb 100644 --- a/public/app/features/explore/utils/links.ts +++ b/public/app/features/explore/utils/links.ts @@ -213,7 +213,6 @@ export const getFieldLinksForExplore = (options: { range, field, // Don't track internal links without split view as they are used only in Dashboards - // TODO: It should be revisited in #66570 onClickFn: options.splitOpenFn ? (options) => splitFnWithTracking(options) : undefined, replaceVariables: getTemplateSrv().replace.bind(getTemplateSrv()), });