Skip to content

Commit f864a6f

Browse files
amsiglangithub-actions[bot]
authored andcommitted
sort alerts in descending order of timestamp by default (#222)
Signed-off-by: Amardeepsingh Siglani <[email protected]> Signed-off-by: Amardeepsingh Siglani <[email protected]> (cherry picked from commit 9444e27)
1 parent 1a1c5ae commit f864a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/pages/Alerts/containers/Alerts/Alerts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ class Alerts extends Component<AlertsProps, AlertsState> {
428428
const sorting: any = {
429429
sort: {
430430
field: 'start_time',
431-
direction: 'asc',
431+
direction: 'dsc',
432432
},
433433
};
434434

0 commit comments

Comments
 (0)