in public/components/reindexController.react.js [14:28]
constructor(props) {
super(props);
this.state = {
contentSource: {},
contentSourcesForEnvironments: [],
reindexHistory: [],
runningReindex: {},
editModeOn: false
};
this.updateEditModeState = this.updateEditModeState.bind(this);
this.loadRunningReindex = this.loadRunningReindex.bind(this);
this.loadContentSourceWithId = this.loadContentSourceWithId.bind(this);
}