mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
fixed an issue where changing the sort direction wouldn't work
This commit is contained in:
@@ -144,7 +144,7 @@ export class PaginationComponent implements OnDestroy, OnInit {
|
||||
/**
|
||||
* Direction in which to sort: ascending or descending
|
||||
*/
|
||||
public sortDirection: SortDirection = SortDirection.Ascending;
|
||||
public sortDirection: SortDirection = SortDirection.ASC;
|
||||
|
||||
/**
|
||||
* Name of the field that's used to sort by
|
||||
|
Reference in New Issue
Block a user