mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-04-30 00:02:44 +00:00
feat(chat-window): remove toast
This commit is contained in:
@ -236,7 +236,6 @@ const useSocket = (
|
||||
setIsWSReady(true);
|
||||
retryCountRef.current = 0;
|
||||
setError(false);
|
||||
toast.success('Connection restored');
|
||||
clearInterval(interval);
|
||||
}
|
||||
}, 5);
|
||||
|
Reference in New Issue
Block a user