From fe37a2e7e05580e750e206bed9c76a5b6bac47e9 Mon Sep 17 00:00:00 2001 From: Vikrant Gupta Date: Fri, 23 Feb 2024 22:19:45 +0530 Subject: [PATCH] fix: traceID link not opening from log details page (#4590) --- frontend/src/container/LogDetailedView/TableView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/container/LogDetailedView/TableView.tsx b/frontend/src/container/LogDetailedView/TableView.tsx index 2095051fc7..593519404d 100644 --- a/frontend/src/container/LogDetailedView/TableView.tsx +++ b/frontend/src/container/LogDetailedView/TableView.tsx @@ -105,7 +105,7 @@ function TableView({ const onTraceHandler = ( record: DataType, event: React.MouseEvent, - ) => (): void => { + ): void => { if (flattenLogData === null) return; const traceId = flattenLogData[record.field];