webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js in katello-3.15.2 vs webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js in katello-3.15.3

- old
+ new

@@ -260,9 +260,11 @@ loadUpstreamSubscriptions: PropTypes.func.isRequired, saveUpstreamSubscriptions: PropTypes.func.isRequired, upstreamSubscriptions: PropTypes.shape({ loading: PropTypes.bool, itemCount: PropTypes.number, + // Disabling rule as existing code failed due to an eslint-plugin-react update + // eslint-disable-next-line react/forbid-prop-types results: PropTypes.array, pagination: PropTypes.shape({}), task: PropTypes.shape({ id: PropTypes.string, }),