diff --git a/src/store/sorting/index.ts b/src/store/sorting/index.ts index 78a60734..bc07d7f4 100644 --- a/src/store/sorting/index.ts +++ b/src/store/sorting/index.ts @@ -70,7 +70,7 @@ state = { germplasmByListSort: new GermplasmSort(GermplasmSortField.ImportEntryNumber, SortOrder.Ascending), // germplasm list table - germplasmListSort: new GermplasmListSort(GermplasmListSortField.Name, SortOrder.Ascending), + germplasmListSort: new GermplasmListSort(GermplasmListSortField.CreatedDate, SortOrder.Descending), //experiment and observation table experimentSort: new ExperimentSort(ExperimentSortField.CreatedDate, SortOrder.Descending)