From 6e771405910990b422124b39ebd5572d8f691f8d Mon Sep 17 00:00:00 2001 From: cris Date: Thu, 9 Mar 2023 21:12:29 +0000 Subject: [PATCH] avoiding trailing space --- src/app/collection-page/collection-page.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }