Skip to content

Commit cf3afde

Browse files
author
Adam Tackett
committed
only default sort in custom source mode
Signed-off-by: Adam Tackett <[email protected]>
1 parent 0c45dcd commit cf3afde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/components/trace_analytics/components/traces/traces_content.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ export function TracesContent(props: TracesProps) {
413413
mode,
414414
maxTraces,
415415
props.dataSourceMDSId[0].id,
416-
newSort,
416+
sort,
417417
isUnderOneHour
418418
).finally(() => setIsTraceTableLoading(false));
419419
}

0 commit comments

Comments
 (0)