fixed an issue where changing the sort direction wouldn't work

This commit is contained in:
Art Lowel
2018-04-20 14:19:18 +02:00
parent c125f36f43
commit 2317f1f3a3
7 changed files with 19 additions and 13 deletions

View File

@@ -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