mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 11:45:58 +08:00
fix: traceID link not opening from log details page (#4590)
This commit is contained in:
parent
f2d5d21581
commit
fe37a2e7e0
@ -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];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user