[CST-9636] revert changes to object-list.component

This commit is contained in:
Giuseppe Digilio
2023-06-08 15:23:02 +02:00
parent 16ff75c92e
commit d449108395
4 changed files with 41 additions and 62 deletions

View File

@@ -76,11 +76,6 @@ export class ObjectListComponent {
*/
@Input() importConfig: { buttonLabel: string };
/**
* If true the object list provided needs to be paginated using the `paginate` pipe
*/
@Input() listToPaginate = false;
/**
* Whether or not the pagination should be rendered as simple previous and next buttons instead of the normal pagination
*/