mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-16 23:25:57 +08:00
chore: sorting key is updated (#1059)
This commit is contained in:
parent
2dcc6fda77
commit
5b316afa12
@ -112,7 +112,7 @@ function TraceTable(): JSX.Element {
|
||||
|
||||
const getSortKey = (key: string): string => {
|
||||
if (key === 'durationNano') {
|
||||
return 'durationNano';
|
||||
return 'duration';
|
||||
}
|
||||
if (key === 'timestamp') {
|
||||
return 'timestamp';
|
||||
|
Loading…
x
Reference in New Issue
Block a user