webpack/scenes/Organizations/OrganizationSelectors.js in katello-4.6.2.1 vs webpack/scenes/Organizations/OrganizationSelectors.js in katello-4.7.0.rc1
- old
+ new
@@ -7,9 +7,10 @@
import {
UPDATE_CDN_CONFIGURATION_KEY,
} from './OrganizationConstants';
export const selectOrganizationState = state => state.katello.organization;
+export const selectOrgLoading = state => state.katello.organization.loading;
export const selectManifestName = state =>
selectOrganizationState(state).owner_details?.upstreamConsumer?.name;
// for use in ManageManifestModal to replace getManifestName()