Sha256: abe7f1c1cc31e1ba3f63973ab7f3c2ad5f04c305cc61f74c8bec8e5789d22466

Contents?: true

Size: 364 Bytes

Versions: 46

Compression:

Stored size: 364 Bytes

Contents

import { connect } from 'react-redux';

import ScheduledRun from './ScheduledRun';
import { selectAutoUploadEnabled } from '../AccountList/AccountListSelectors';

// map state to props
const mapStateToProps = state => ({
  autoUploadEnabled: selectAutoUploadEnabled(state),
});

// export connected component
export default connect(mapStateToProps)(ScheduledRun);

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
foreman_rh_cloud-2.0.18.1 webpack/ForemanInventoryUpload/Components/ScheduledRun/index.js
foreman_rh_cloud-1.0.18 webpack/ForemanInventoryUpload/Components/ScheduledRun/index.js
foreman_rh_cloud-2.0.18 webpack/ForemanInventoryUpload/Components/ScheduledRun/index.js
foreman_rh_cloud-1.0.17 webpack/ForemanInventoryUpload/Components/ScheduledRun/index.js
foreman_rh_cloud-2.0.17 webpack/ForemanInventoryUpload/Components/ScheduledRun/index.js
foreman_rh_cloud-3.0.17 webpack/ForemanInventoryUpload/Components/ScheduledRun/index.js
foreman_rh_cloud-2.0.16 webpack/ForemanInventoryUpload/Components/ScheduledRun/index.js
foreman_rh_cloud-1.0.16 webpack/ForemanInventoryUpload/Components/ScheduledRun/index.js
foreman_rh_cloud-3.0.16 webpack/ForemanInventoryUpload/Components/ScheduledRun/index.js
foreman_rh_cloud-1.0.15 webpack/ForemanInventoryUpload/Components/ScheduledRun/index.js
foreman_rh_cloud-2.0.15 webpack/ForemanInventoryUpload/Components/ScheduledRun/index.js
foreman_rh_cloud-3.0.15 webpack/ForemanInventoryUpload/Components/ScheduledRun/index.js
foreman_rh_cloud-3.0.14 webpack/ForemanInventoryUpload/Components/ScheduledRun/index.js
foreman_rh_cloud-2.0.14 webpack/ForemanInventoryUpload/Components/ScheduledRun/index.js
foreman_rh_cloud-1.0.14 webpack/ForemanInventoryUpload/Components/ScheduledRun/index.js
foreman_rh_cloud-0.9.14 webpack/ForemanInventoryUpload/Components/ScheduledRun/index.js
foreman_rh_cloud-0.9.13.1 webpack/ForemanInventoryUpload/Components/ScheduledRun/index.js
foreman_rh_cloud-1.0.13.1 webpack/ForemanInventoryUpload/Components/ScheduledRun/index.js
foreman_rh_cloud-2.0.13.1 webpack/ForemanInventoryUpload/Components/ScheduledRun/index.js
foreman_rh_cloud-0.9.13 webpack/ForemanInventoryUpload/Components/ScheduledRun/index.js