diff --git a/client/src/views/record/list.js b/client/src/views/record/list.js index 0b24551953..268edc9b0c 100644 --- a/client/src/views/record/list.js +++ b/client/src/views/record/list.js @@ -874,7 +874,6 @@ class ListRecordView extends View { entityType: this.entityType, header: this.header, headerDefs: this._getHeaderDefs(), - paginationEnabled: this.pagination, hasPagination: this.pagination, showMoreActive: this.collection.hasMore(), showMoreEnabled: this.showMore,