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-5.0.38 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-4.0.35 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-5.0.37 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-5.0.36 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-5.0.35 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-5.0.34 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-5.0.33 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-3.0.32 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-4.0.32 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-5.0.32 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-4.0.31 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-5.0.31 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-5.0.30 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-4.0.30 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-3.0.29 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-4.0.29 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-5.0.29 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-3.0.28 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-5.0.28 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-4.0.27 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js