Sha256: 709b4c5f4b3fdcbe43f7d72a5380ca44fa728af4d22f30be65955af1c48b29fe
Contents?: true
Size: 509 Bytes
Versions: 3
Compression:
Stored size: 509 Bytes
Contents
import { selectForemanInventoryUpload } from '../../../ForemanRhCloudSelectors'; export const selectAccountsList = state => selectForemanInventoryUpload(state).accountsList; export const selectAccounts = state => selectAccountsList(state).accounts; export const selectPollingProcessID = state => selectAccountsList(state).pollingProcessID; export const selectError = state => selectAccountsList(state).error; export const selectAutoUploadEnabled = state => selectAccountsList(state).autoUploadEnabled;
Version data entries
3 entries across 3 versions & 1 rubygems