зеркало из https://github.com/mozilla/treeherder.git
Bug 1443023 - Pass missing $timeout prop to BugListItem (#3302)
The failure classification pin button was broken for bug suggestions that fell under the "all others" category, since the `BugListItem` for them weren't passed the `$timeout` prop, unlike for the "open recent" `BugListItem` instance.
This commit is contained in:
Родитель
39a1cc3224
Коммит
0ac1b711ff
|
@ -80,6 +80,7 @@ class SuggestionsListItem extends React.Component {
|
|||
escapeHTMLFilter={this.props.escapeHTMLFilter}
|
||||
suggestion={this.props.suggestion}
|
||||
highlightCommonTermsFilter={this.props.highlightCommonTermsFilter}
|
||||
$timeout={this.props.$timeout}
|
||||
bugClassName={bug.resolution !== "" ? "deleted" : ""}
|
||||
title={bug.resolution !== "" ? bug.resolution : ""}
|
||||
/>))}
|
||||
|
|
Загрузка…
Ссылка в новой задаче