diff --git a/src/app/collection-page/collection-page.component.ts b/src/app/collection-page/collection-page.component.ts index 4987796c2a..cce6989061 100644 --- a/src/app/collection-page/collection-page.component.ts +++ b/src/app/collection-page/collection-page.component.ts @@ -77,7 +77,7 @@ export class CollectionPageComponent implements OnInit { currentPage: 1, pageSize: this.appConfig.browseBy.pageSize, }); - + this.sortConfig = new SortOptions('dc.date.accessioned', SortDirection.DESC); }