mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-17 06:23:44 +08:00
little
This commit is contained in:
@@ -64,7 +64,7 @@ function UserTableSearchInput({ users, setUsers, setLoading }: UserInterface) {
|
||||
};
|
||||
|
||||
fetchUsers();
|
||||
console.log(users, "users1");
|
||||
// console.log(users, "users1");
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [searchText]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user