Forgot to switch back the limit

This commit is contained in:
Lim Chee Aun 2023-04-06 11:33:13 +08:00
parent 17ae03f766
commit efb38bc5d1

View file

@ -173,7 +173,7 @@ function List(props) {
); );
} }
const MEMBERS_LIMIT = 10; const MEMBERS_LIMIT = 40;
function ListManageMembers({ listID }) { function ListManageMembers({ listID }) {
// Show list of members with [Remove] button // Show list of members with [Remove] button
// API only returns 40 members at a time, so this need to be paginated with infinite scroll // API only returns 40 members at a time, so this need to be paginated with infinite scroll