hotfix(frontend): Clear error message on WS connect (#8725)

This commit is contained in:
sp.wack 2025-05-27 18:12:56 +04:00 committed by GitHub
parent 8ee85a45a2
commit 0dcd5e9d30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -162,6 +162,7 @@ export function WsClientProvider({
function handleConnect() {
setStatus(WsClientProviderStatus.CONNECTED);
removeErrorMessage();
}
function handleMessage(event: Record<string, unknown>) {