From a694db623c64039125e85d747f0e709398076792 Mon Sep 17 00:00:00 2001 From: Yurii Date: Thu, 5 Feb 2026 15:23:46 +0200 Subject: [PATCH] fix --- client/src/views/record/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); },