diff --git a/frontend/src/container/Trace/TraceTable/index.tsx b/frontend/src/container/Trace/TraceTable/index.tsx index 165743071c..84ff7d3021 100644 --- a/frontend/src/container/Trace/TraceTable/index.tsx +++ b/frontend/src/container/Trace/TraceTable/index.tsx @@ -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';