mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +01:00
Forgot to switch back the limit
This commit is contained in:
parent
17ae03f766
commit
efb38bc5d1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue