Fixed count for cards (#2016)

This commit is contained in:
Joe Milazzo 2023-05-27 11:50:42 -05:00 committed by GitHub
parent 46573ff772
commit d52588ede2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

View file

@ -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();