webpack/scenes/RedHatRepositories/components/RepositorySetRepository/RepositorySetRepository.js in katello-3.15.3.1 vs webpack/scenes/RedHatRepositories/components/RepositorySetRepository/RepositorySetRepository.js in katello-3.16.0.rc1

- old
+ new

@@ -139,11 +139,9 @@ type: PropTypes.string, label: PropTypes.string, enabledSearch: PropTypes.shape({ query: PropTypes.string, searchList: PropTypes.string, - // Disabling rule as existing code failed due to an eslint-plugin-react update - // eslint-disable-next-line react/forbid-prop-types filters: PropTypes.array, }), enabledPagination: PropTypes.shape({ page: PropTypes.number, perPage: PropTypes.number,