webpack/scenes/RedHatRepositories/components/SearchBar.js in katello-3.7.1.1 vs webpack/scenes/RedHatRepositories/components/SearchBar.js in katello-3.8.0.rc1

- old
+ new

@@ -95,10 +95,9 @@ </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);