fix: traceID link not opening from log details page (#4590)

This commit is contained in:
Vikrant Gupta 2024-02-23 22:19:45 +05:30 committed by GitHub
parent f2d5d21581
commit fe37a2e7e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -105,7 +105,7 @@ function TableView({
const onTraceHandler = ( const onTraceHandler = (
record: DataType, record: DataType,
event: React.MouseEvent<HTMLDivElement, MouseEvent>, event: React.MouseEvent<HTMLDivElement, MouseEvent>,
) => (): void => { ): void => {
if (flattenLogData === null) return; if (flattenLogData === null) return;
const traceId = flattenLogData[record.field]; const traceId = flattenLogData[record.field];