Explore: Remove redundant TODO (#76262)

Remove redundant todo
This commit is contained in:
Piotr Jamróz
2023-10-11 15:18:43 +02:00
committed by GitHub
parent bd23757a42
commit ddb9b64128

View File

@@ -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()),
});