Sha256: 556631a8c59e94566bb6fb7897c78c9cb7f6556c38dc7dc4fd4cadfee4334084

Contents?: true

Size: 419 Bytes

Versions: 6

Compression:

Stored size: 419 Bytes

Contents

import { selectForemanInventoryUpload } from '../../ForemanInventoryUploadSelectors';

export const selectAccountsList = state =>
  selectForemanInventoryUpload(state).accountsList;
export const selectStatuses = state => selectAccountsList(state).statuses;
export const selectPollingProcessID = state =>
  selectAccountsList(state).pollingProcessID;
export const selectError = state => selectAccountsList(state).error;

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
foreman_inventory_upload-1.0.0.beta7 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_inventory_upload-1.0.0.beta6 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_inventory_upload-1.0.0.beta5 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_inventory_upload-1.0.0.beta4 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_inventory_upload-1.0.0.beta3 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_inventory_upload-1.0.0.beta2 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js