Sha256: 65f1e7ce4c1411c87237d4c8488a2fe0214affa2ccb46bf247775364ad659650
Contents?: true
Size: 280 Bytes
Versions: 177
Compression:
Stored size: 280 Bytes
Contents
import { ORGANIZATION_PRODUCTS_KEY } from './OrganizationProductsConstants'; export const selectOrganizationProductsState = state => state.katello[ORGANIZATION_PRODUCTS_KEY]; export const selectOrganizationProducts = state => selectOrganizationProductsState(state).results;
Version data entries
177 entries across 177 versions & 1 rubygems