fix(frontend): status message missing (#10349)

This commit is contained in:
Hiep Le
2025-08-15 12:11:42 +07:00
committed by GitHub
parent 985a634d60
commit f8376a9702

View File

@@ -122,5 +122,5 @@ export function getStatusCode(
return runtimeStatus;
}
return "STATUS$ERROR"; // illegal state
return I18nKey.CHAT_INTERFACE$AGENT_ERROR_MESSAGE;
}