Update alerts filter text to be more accurate
parent
9e525a7197
commit
acede4e754
|
@ -269,7 +269,7 @@ class SearchBar extends Component {
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
className="form-control"
|
className="form-control"
|
||||||
placeholder="Filter Alerts by Name..."
|
placeholder="Filter Alerts..."
|
||||||
onChange={this.handleChange}
|
onChange={this.handleChange}
|
||||||
value={this.state.searchTerm}
|
value={this.state.searchTerm}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue