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) {