webpack/scenes/RedHatRepositories/components/SearchBar.js in katello-3.8.0.rc1 vs webpack/scenes/RedHatRepositories/components/SearchBar.js in katello-3.8.0.rc2
- old
+ new
@@ -95,9 +95,10 @@
</FormGroup>
<MultiSelect
value={this.state.filters}
options={filterOptions}
+ noneSelectedText={__("Filter by type")}
onChange={(e) => {
const values = [...e.target.options]
.filter(({ selected }) => selected)
.map(({ value }) => value);
this.onSelectFilterType(values);