Sha256: f61825729420b7d1f0d507a5a692af02ee0712c52284f6102fc64ab4fb8760b4

Contents?: true

Size: 636 Bytes

Versions: 22

Compression:

Stored size: 636 Bytes

Contents

import { bindActionCreators } from 'redux';
import { connect } from 'react-redux';

import * as actions from './ExcludePackagesSwitcherActions';
import ExcludePackagesSwitcher from './ExcludePackagesSwitcher';
import { selectExcludePackages } from '../AccountList/AccountListSelectors';

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

// map action dispatchers to props
const mapDispatchToProps = dispatch => bindActionCreators(actions, dispatch);

// export connected component
export default connect(
  mapStateToProps,
  mapDispatchToProps
)(ExcludePackagesSwitcher);

Version data entries

22 entries across 22 versions & 1 rubygems

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