Skip to content

Commit

Permalink
PLT-6298 fixing javascript error on HA system console page (mattermos…
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyhulen authored and crspeller committed Apr 17, 2017
1 parent e030869 commit d785627
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/admin_console/cluster_table_container.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ export default class ClusterTableContainer extends React.Component {
constructor(props) {
super(props);

this.load = this.load.bind(this);
this.reload = this.reload.bind(this);

this.interval = null;

this.state = {
Expand Down

0 comments on commit d785627

Please sign in to comment.