webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepository.js in katello-4.4.2.2 vs webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepository.js in katello-4.5.0.rc1

- old
+ new

@@ -17,13 +17,14 @@ this.props.setRepositoryDisabled(this.repoForAction()); }; repoForAction = () => { const { - productId, contentId, arch, releasever, name, type, + id, productId, contentId, arch, releasever, name, type, } = this.props; return { + id, contentId, productId, name, type, arch,