mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-13 20:35:56 +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 = (
|
||||
record: DataType,
|
||||
event: React.MouseEvent<HTMLDivElement, MouseEvent>,
|
||||
) => (): void => {
|
||||
): void => {
|
||||
if (flattenLogData === null) return;
|
||||
|
||||
const traceId = flattenLogData[record.field];
|
||||
|
Loading…
x
Reference in New Issue
Block a user