Forgot to switch back the limit

pull/94/head
Lim Chee Aun 2023-04-06 11:33:13 +08:00
rodzic 17ae03f766
commit efb38bc5d1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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