We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03e4b89 + 2e2af51 commit 12be227Copy full SHA for 12be227
1 file changed
src/store/sorting/index.ts
@@ -70,7 +70,7 @@ state = {
70
germplasmByListSort: new GermplasmSort(GermplasmSortField.ImportEntryNumber, SortOrder.Ascending),
71
72
// germplasm list table
73
- germplasmListSort: new GermplasmListSort(GermplasmListSortField.Name, SortOrder.Ascending),
+ germplasmListSort: new GermplasmListSort(GermplasmListSortField.CreatedDate, SortOrder.Descending),
74
75
//experiment and observation table
76
experimentSort: new ExperimentSort(ExperimentSortField.CreatedDate, SortOrder.Descending)
0 commit comments