mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-17 23:57:27 +00:00
fix: Add pagination support to user search functionality
This commit is contained in:
@@ -376,7 +376,7 @@ const UsersTable = () => {
|
||||
if (searchKeyword === '') {
|
||||
await loadUsers(activePage, pageSize);
|
||||
} else {
|
||||
await searchUsers(searchKeyword, searchGroup);
|
||||
await searchUsers(activePage, pageSize, searchKeyword, searchGroup);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user