Skip to content

Commit

Permalink
Fixed event table sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
rmburg committed Jun 30, 2022
1 parent acda386 commit 584f9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/EventTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function EventTable(props: EventTableProps) {
<DataTable
title="Events"
columns={columns}
defaultSortField="event.tick"
defaultSortField="tick"
defaultSortAsc
highlightOnHover
noDataComponent={
Expand Down

0 comments on commit 584f9d7

Please sign in to comment.