mirror of
https://github.com/wassname/talk.git
synced 2026-07-13 11:13:01 +08:00
It needs to send the translation key
This commit is contained in:
@@ -45,7 +45,7 @@ const handleResp = res => {
|
||||
}
|
||||
|
||||
if (err.error && err.error.translation_key) {
|
||||
message = err.error.translation_key;
|
||||
error.translation_key = err.error.translation_key;
|
||||
}
|
||||
|
||||
error.message = message;
|
||||
|
||||
Reference in New Issue
Block a user