mirror of
https://git.mirrors.martin98.com/https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-08-05 14:20:41 +08:00
resolve a warning
This commit is contained in:
parent
fd1c656bdd
commit
7ce2e8f4c4
@ -83,7 +83,7 @@ export function SearchChatPage() {
|
||||
|
||||
// Cleanup the interval on component unmount
|
||||
return () => clearInterval(intervalId);
|
||||
}, []);
|
||||
}, [doSearch]);
|
||||
|
||||
return (
|
||||
<ErrorBoundary>
|
||||
|
Loading…
x
Reference in New Issue
Block a user