Fix: userlist going with zeroed values to server
This commit is contained in:
parent
628c3bb32b
commit
a1be0c5c1f
@ -194,7 +194,7 @@ const UserListParticipants: React.FC<UserListParticipantsProps> = ({
|
||||
|
||||
const UserListParticipantsContainer: React.FC = () => {
|
||||
const [offset, setOffset] = React.useState(0);
|
||||
const [limit, setLimit] = React.useState(0);
|
||||
const [limit, setLimit] = React.useState(50);
|
||||
|
||||
const {
|
||||
data: meetingData,
|
||||
|
Loading…
Reference in New Issue
Block a user