зеркало из https://github.com/mozilla/treeherder.git
Bug 1732431 - Alerts View - Reassigning an alert from a summary in mozilla-beta to a summary in autoland (#7278)
This commit is contained in:
Родитель
985bd0333c
Коммит
78addd16b9
|
@ -49,6 +49,10 @@ export const processErrorMessage = function processErrorMessage(error, status) {
|
|||
return 'There was a problem retrieving the data. Please try again in a minute.';
|
||||
}
|
||||
|
||||
if (status === 400) {
|
||||
return 'The action resulted in a bad request.';
|
||||
}
|
||||
|
||||
if (error instanceof Object) {
|
||||
const key = Object.keys(error);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче