mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
hotfix(frontend): Clear error message on WS connect (#8725)
This commit is contained in:
parent
8ee85a45a2
commit
0dcd5e9d30
@ -162,6 +162,7 @@ export function WsClientProvider({
|
||||
|
||||
function handleConnect() {
|
||||
setStatus(WsClientProviderStatus.CONNECTED);
|
||||
removeErrorMessage();
|
||||
}
|
||||
|
||||
function handleMessage(event: Record<string, unknown>) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user