mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-17 17:05:53 +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 => {
|
const getSortKey = (key: string): string => {
|
||||||
if (key === 'durationNano') {
|
if (key === 'durationNano') {
|
||||||
return 'durationNano';
|
return 'duration';
|
||||||
}
|
}
|
||||||
if (key === 'timestamp') {
|
if (key === 'timestamp') {
|
||||||
return 'timestamp';
|
return 'timestamp';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user