@@ -120,6 +120,7 @@ describe('EventList', () => {
query: persistantQuery,
referrer: 'issue_details.streamline_list',
statsPeriod: '14d',
+ sort: '-timestamp',
},
})
);
@@ -44,6 +44,7 @@ export function EventList({group}: EventListProps) {
group,
queryProps: {
fields,
+ orderby: ['-timestamp'],
widths: fields.map(field => {
switch (field) {
case 'id':