Skip to content

Commit

Permalink
Merge pull request #2017 from bcgov/bugfix/ALCS-2361-fix-inbox-mobile…
Browse files Browse the repository at this point in the history
…-pagination

ALCS-2361 Leave total set on component
  • Loading branch information
fbarreta authored Dec 16, 2024
2 parents cfd5f76 + ef3dedf commit c9d34d4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export class InboxListComponent implements OnDestroy {
@Input() set items(items: InboxResultDto[]) {
this._items = items;
this.visibleCount = items.length;
this.totalCount = items.length;
}

@Output() loadMore = new EventEmitter<void>();
Expand Down

0 comments on commit c9d34d4

Please sign in to comment.