Sha256: 7a29811c4c0c01c104c62f46a370ed9b7ed2a21d0f70598a0062d732b2a8b0ba

Contents?: true

Size: 422 Bytes

Versions: 80

Compression:

Stored size: 422 Bytes

Contents

import React, { useEffect } from 'react';
import { useDispatch } from 'react-redux';
import InventorySettings from './InventorySettings';
import { getSettings } from './InventorySettingsActions';

const ConnectedInventorySettings = () => {
  const dispatch = useDispatch();

  useEffect(() => {
    dispatch(getSettings());
  }, [dispatch]);

  return <InventorySettings />;
};

export default ConnectedInventorySettings;

Version data entries

80 entries across 80 versions & 1 rubygems

Version Path
foreman_rh_cloud-9.0.59 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-11.0.2 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-11.0.1 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-11.0.0 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-9.0.58 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-10.0.2 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-9.0.57 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-10.0.1 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-9.0.56 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-9.0.55 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-9.0.54 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-9.0.53 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-9.0.52 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-8.0.52 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-9.0.51 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-8.0.51 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-7.0.48 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-7.0.47 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-8.0.50 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-8.0.49 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js