mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
fix(frontend): status message missing (#10349)
This commit is contained in:
@@ -122,5 +122,5 @@ export function getStatusCode(
|
||||
return runtimeStatus;
|
||||
}
|
||||
|
||||
return "STATUS$ERROR"; // illegal state
|
||||
return I18nKey.CHAT_INTERFACE$AGENT_ERROR_MESSAGE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user