webpack/scenes/RedHatRepositories/components/SearchBar.js in katello-3.7.0.rc1 vs webpack/scenes/RedHatRepositories/components/SearchBar.js in katello-3.7.0.rc2
- old
+ new
@@ -15,10 +15,10 @@
const filterOptions = [
{ value: 'rpm', label: __('RPM') },
{ value: 'sourceRpm', label: __('Source RPM') },
{ value: 'debugRpm', label: __('Debug RPM') },
- { value: 'kickstarter', label: __('Kickstarter') },
+ { value: 'kickstart', label: __('Kickstart') },
{ value: 'ostree', label: __('OSTree') },
{ value: 'beta', label: __('Beta') },
{ value: 'other', label: __('Other') },
];