From effb81837f0c7fd1b2a4e535bba071a2f899286f Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 18 Mar 2024 14:42:52 +0200 Subject: [PATCH] fix --- client/src/views/record/list.js | 1 - 1 file changed, 1 deletion(-) 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,