Skip to content

Commit c9d34d4

Browse files
authored
Merge pull request #2017 from bcgov/bugfix/ALCS-2361-fix-inbox-mobile-pagination
ALCS-2361 Leave total set on component
2 parents cfd5f76 + ef3dedf commit c9d34d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

portal-frontend/src/app/features/home/inbox/inbox-list/inbox-list.component.ts

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export class InboxListComponent implements OnDestroy {
1818
@Input() set items(items: InboxResultDto[]) {
1919
this._items = items;
2020
this.visibleCount = items.length;
21-
this.totalCount = items.length;
2221
}
2322

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

0 commit comments

Comments
 (0)