Fixed count for cards (#2016)
This commit is contained in:
parent
46573ff772
commit
d52588ede2
3 changed files with 2 additions and 4 deletions
|
|
@ -112,8 +112,6 @@ export class CardDetailLayoutComponent implements OnInit, OnChanges {
|
|||
this.changeDetectionRef.markForCheck();
|
||||
}
|
||||
|
||||
console.log('filterSettings: ', this.filterSettings)
|
||||
|
||||
if (this.pagination === undefined) {
|
||||
this.pagination = {currentPage: 1, itemsPerPage: this.items.length, totalItems: this.items.length, totalPages: 1};
|
||||
this.changeDetectionRef.markForCheck();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue