Skip to content

Commit

Permalink
Bug 1494087 - Make sure thNotify is available in Push.jsx (#4073)
Browse files Browse the repository at this point in the history
  • Loading branch information
KWierso authored and edmorley committed Sep 27, 2018
1 parent 45e05a0 commit 88e1d10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/job-view/pushes/Push.jsx
Expand Up @@ -19,6 +19,7 @@ export default class Push extends React.Component {
const { job_counts } = push;

this.$rootScope = $injector.get('$rootScope');
this.thNotify = $injector.get('thNotify');
this.ThResultSetStore = $injector.get('ThResultSetStore');

this.state = {
Expand Down

0 comments on commit 88e1d10

Please sign in to comment.