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 sorting order for case number (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
chubert-sb authored Oct 10, 2024
1 parent 3d07c90 commit 116414c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ const TestCaseTable = (props: TestCaseTableProps) => {
),
accessorKey: "caseNumber",
sortingFn: "alphanumeric",
sortDescFirst: false,
});
}

Expand Down

0 comments on commit 116414c

Please sign in to comment.