Skip to content

Commit 12be227

Browse files
authored
Merge pull request #435 from Breeding-Insight/feature/BI-2124_2
BI-2124 Geological sort - germplasm lists (Failed QA)
2 parents 03e4b89 + 2e2af51 commit 12be227

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/store/sorting/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ state = {
7070
germplasmByListSort: new GermplasmSort(GermplasmSortField.ImportEntryNumber, SortOrder.Ascending),
7171

7272
// germplasm list table
73-
germplasmListSort: new GermplasmListSort(GermplasmListSortField.Name, SortOrder.Ascending),
73+
germplasmListSort: new GermplasmListSort(GermplasmListSortField.CreatedDate, SortOrder.Descending),
7474

7575
//experiment and observation table
7676
experimentSort: new ExperimentSort(ExperimentSortField.CreatedDate, SortOrder.Descending)

0 commit comments

Comments
 (0)