webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js in katello-3.15.3.1 vs webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js in katello-3.16.0.rc1
- old
+ new
@@ -109,11 +109,9 @@
}).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;