From b57780519c8c877799c26ddce020a9a4e4216807 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Tue, 17 Feb 2026 14:55:43 +0200 Subject: [PATCH] ui/pager: fix attribute names --- apps/client/src/widgets/collections/Pagination.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/client/src/widgets/collections/Pagination.tsx b/apps/client/src/widgets/collections/Pagination.tsx index 89c409ff1f..26d22215cb 100644 --- a/apps/client/src/widgets/collections/Pagination.tsx +++ b/apps/client/src/widgets/collections/Pagination.tsx @@ -22,8 +22,8 @@ export function Pager({ page, pageSize, setPage, pageCount, totalNotes }: Omit

-

+
+
...); + children.push(...); } for (let i = 0; i < length; i++) {