mirror of
https://git.mirrors.martin98.com/https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-08-06 05:37:38 +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
|
// Cleanup the interval on component unmount
|
||||||
return () => clearInterval(intervalId);
|
return () => clearInterval(intervalId);
|
||||||
}, []);
|
}, [doSearch]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ErrorBoundary>
|
<ErrorBoundary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user