mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-19 20:20:16 +09: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…
Reference in New Issue
Block a user