Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
MAT-7604: change default sort order
Browse files Browse the repository at this point in the history
  • Loading branch information
chubert-sb committed Oct 22, 2024
1 parent e0b855c commit 944760d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const TestCaseTable = (props: TestCaseTableProps) => {
const [sorting, setSorting] = useState<SortingState>([
{
id: "caseNumber",
desc: false,
desc: true,
},
]);

Expand Down

0 comments on commit 944760d

Please sign in to comment.