зеркало из https://github.com/mozilla/treeherder.git
Bug 1756406 - show loading indicator while bug suggestions load (#7428)
This commit is contained in:
Родитель
ce25819488
Коммит
0c34907510
|
@ -72,6 +72,7 @@ class FailureSummaryTab extends React.Component {
|
|||
if (!selectedJob) {
|
||||
return;
|
||||
}
|
||||
this.setState({ bugSuggestionsLoading: true });
|
||||
BugSuggestionsModel.get(selectedJob.id).then(async (suggestions) => {
|
||||
suggestions.forEach((suggestion) => {
|
||||
let simpleCase = [];
|
||||
|
|
Загрузка…
Ссылка в новой задаче