mirror of
https://github.com/booklore-app/booklore.git
synced 2026-02-18 00:17:53 +01:00
Set default sorting for ‘Added On’ to DESCENDING
This commit is contained in:
@@ -548,7 +548,7 @@ export class BookBrowserComponent implements OnInit, AfterViewInit {
|
||||
this.selectedSort = {
|
||||
label: 'Added On',
|
||||
field: 'addedOn',
|
||||
direction: SortDirection.ASCENDING
|
||||
direction: SortDirection.DESCENDING
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user