mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
cleaned up console log
This commit is contained in:
@@ -37,7 +37,6 @@ export class TopLevelCommunityListComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
onPaginationChange(event) {
|
onPaginationChange(event) {
|
||||||
console.log(event);
|
|
||||||
this.config.currentPage = event.page;
|
this.config.currentPage = event.page;
|
||||||
this.config.pageSize = event.pageSize;
|
this.config.pageSize = event.pageSize;
|
||||||
this.sortConfig.field = event.sortField;
|
this.sortConfig.field = event.sortField;
|
||||||
|
Reference in New Issue
Block a user