108555: Removed pageInfoState Input since it wasn't used and almost all the components gave the incorrect type of data to it

This commit is contained in:
Alexandre Vryghem
2024-04-18 19:27:26 +02:00
parent 45e8977db7
commit da31c4f253
19 changed files with 6 additions and 60 deletions

View File

@@ -36,7 +36,6 @@
<ng-template ngbNavContent>
<ds-pagination
[paginationOptions]="(paginationOptions$ | async)"
[pageInfoState]="(objectsSelected$|async)?.payload.pageInfo"
[collectionSize]="(objectsSelected$|async)?.payload?.totalElements"
[objects]="(objectsSelected$|async)"
[showPaginator]="false"