Skip to content

Commit

Permalink
Added queue as one of the default sort props
Browse files Browse the repository at this point in the history
  • Loading branch information
wrigh393 committed Feb 1, 2021
1 parent 02b9990 commit 55df82b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ItemTable/ItemTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export default function ItemTable({ data, rowCanBeSelected }) {
},
initialState: {
sortBy: [
{ id: "queue" },
{ id: 'number' },
{ id: 'lastUpdated' },
],
Expand Down

0 comments on commit 55df82b

Please sign in to comment.