1
0

44024: element max set to 20

This commit is contained in:
Lotte Hofstede
2017-09-21 14:16:02 +02:00
parent 93a5580258
commit f95042153a
2 changed files with 4 additions and 2 deletions

View File

@@ -69,7 +69,6 @@ export class ObjectListComponent implements OnChanges, OnInit {
ngOnInit(): void {
this.pageInfo = this.objects.pageInfo;
this.pageInfo.subscribe((info) => console.log(info));
}
/**