Merge pull request #529 from influxdata/fix/alert-table-function
fix function name in AlertsTable componentWillReceivePropspull/538/head
commit
ba563ecda3
|
@ -27,7 +27,7 @@ const AlertsTable = React.createClass({
|
|||
},
|
||||
|
||||
componentWillReceiveProps(newProps) {
|
||||
this.setFilteredAlerts(newProps.alerts, this.state.searchTerm);
|
||||
this.filterAlerts(newProps.alerts, this.state.searchTerm);
|
||||
},
|
||||
|
||||
filterAlerts(allAlerts, searchTerm) {
|
||||
|
|
Loading…
Reference in New Issue