From 8213f704cef1e5eb8faba40c19c64687f63b3131 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 9 May 2023 14:20:38 +0300 Subject: [PATCH] fix --- client/src/views/record/list-expanded.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/src/views/record/list-expanded.js b/client/src/views/record/list-expanded.js index 5996c92331..eb878ffdc9 100644 --- a/client/src/views/record/list-expanded.js +++ b/client/src/views/record/list-expanded.js @@ -64,6 +64,9 @@ define('views/record/list-expanded', ['views/record/list'], function (Dep) { view.reRender(); }); + + // Prevents displaying an empty buttons container. + this.displayTotalCount = false; }, _loadListLayout: function (callback) {