webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js in katello-3.16.0.rc3.1 vs webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js in katello-3.16.0.rc4

- old
+ new

@@ -109,9 +109,11 @@ }).isRequired, repositorySets: PropTypes.shape({ recommended: PropTypes.bool, loading: PropTypes.bool, search: PropTypes.shape({}), + // Disabling rule as existing code failed due to an eslint-plugin-react update + // eslint-disable-next-line react/forbid-prop-types missingPermissions: PropTypes.array, }).isRequired, }; export default RedHatRepositoriesPage;