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-8.0.48 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-8.0.47 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-8.0.46 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-6.0.45 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-5.0.46 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-5.0.45 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-7.0.46 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-5.0.44 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-7.0.45 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-6.0.44 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-5.0.43 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-4.0.36 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-3.0.33 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-6.0.42.2 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-6.0.42.1 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-6.0.43 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-5.0.42 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-6.0.42 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-5.0.41 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-5.0.39 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js