We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7824d24 commit cdf4f35Copy full SHA for cdf4f35
web/src/constants/Test.constants.ts
@@ -24,16 +24,16 @@ export enum SortDirection {
24
}
25
26
export const sortOptions = [
27
- {
28
- label: 'Recently Created',
29
- value: 'created',
30
- params: {sortDirection: SortDirection.Desc, sortBy: SortBy.Created},
31
- },
32
{
33
label: 'Last Run',
34
value: 'last_run',
35
params: {sortDirection: SortDirection.Desc, sortBy: SortBy.LastRun},
36
},
+ {
+ label: 'Recently Created',
+ value: 'created',
+ params: {sortDirection: SortDirection.Desc, sortBy: SortBy.Created},
+ },
37
38
label: 'Name, A to Z',
39
value: 'name_asc',
0 commit comments