mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-20 18:59:10 +08:00
fix: minor fix
This commit is contained in:
parent
ba33c885d5
commit
30b689037a
@ -146,6 +146,7 @@ export function EventSourceProvider({
|
||||
|
||||
setIsConnectionLoading(true);
|
||||
setIsConnectionError(false);
|
||||
setReconnectDueToError(false);
|
||||
|
||||
eventSourceRef.current.addEventListener('error', handleErrorConnection);
|
||||
eventSourceRef.current.addEventListener('open', handleOpenConnection);
|
||||
|
Loading…
x
Reference in New Issue
Block a user