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