Skip to content

Commit

Permalink
sort alerts in descending order of timestamp by default (#222)
Browse files Browse the repository at this point in the history
Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
  • Loading branch information
amsiglan authored Dec 17, 2022
1 parent 091a833 commit 9444e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/pages/Alerts/containers/Alerts/Alerts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ class Alerts extends Component<AlertsProps, AlertsState> {
const sorting: any = {
sort: {
field: 'start_time',
direction: 'asc',
direction: 'dsc',
},
};

Expand Down

0 comments on commit 9444e27

Please sign in to comment.