[FIX] Allows to display more than 25 users maximum in the users list (#21518)

pull/21663/head
Jean 4 years ago committed by GitHub
parent de37fb5980
commit d9658fee9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      client/views/hooks/useMembersList.ts

@ -36,7 +36,7 @@ export const useMembersList = (
options.rid,
options.type,
{
limit: end - start,
limit: end,
skip: start,
},
options.debouncedText,

Loading…
Cancel
Save