From efb38bc5d11cf446cc589fa9b65b1dbca50ea4e2 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 6 Apr 2023 11:33:13 +0800 Subject: [PATCH] Forgot to switch back the limit --- src/pages/list.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/list.jsx b/src/pages/list.jsx index 3b9155dc..707c5be0 100644 --- a/src/pages/list.jsx +++ b/src/pages/list.jsx @@ -173,7 +173,7 @@ function List(props) { ); } -const MEMBERS_LIMIT = 10; +const MEMBERS_LIMIT = 40; function ListManageMembers({ listID }) { // Show list of members with [Remove] button // API only returns 40 members at a time, so this need to be paginated with infinite scroll