webpack/components/WithOrganization/withOrganization.js in katello-3.12.0 vs webpack/components/WithOrganization/withOrganization.js in katello-3.12.1
- old
+ new
@@ -60,10 +60,13 @@
}
CheckOrg.propTypes = {
location: PropTypes.shape({}),
loadOrganization: PropTypes.func.isRequired,
- organization: PropTypes.shape({}).isRequired,
+ organization: PropTypes.shape({
+ label: PropTypes.string,
+ loading: PropTypes.bool,
+ }).isRequired,
};
CheckOrg.defaultProps = {
location: undefined,
};