diff --git a/client/src/views/record/list.js b/client/src/views/record/list.js index c0e20d45d9..eef2f504e3 100644 --- a/client/src/views/record/list.js +++ b/client/src/views/record/list.js @@ -659,7 +659,7 @@ class ListRecordView extends View { }, /** @this ListRecordView */ 'click [data-action="showMore"]': async function () { - await this.showMoreRecords(); + this.showMoreRecords(); this.focusOnList(); },