Set default sorting for ‘Added On’ to DESCENDING

This commit is contained in:
adityachandelgit
2025-04-22 12:25:44 -06:00
parent 9cedcd3e6d
commit 3626e07f35

View File

@@ -548,7 +548,7 @@ export class BookBrowserComponent implements OnInit, AfterViewInit {
this.selectedSort = {
label: 'Added On',
field: 'addedOn',
direction: SortDirection.ASCENDING
direction: SortDirection.DESCENDING
};
}