Sha256: 7a29811c4c0c01c104c62f46a370ed9b7ed2a21d0f70598a0062d732b2a8b0ba

Contents?: true

Size: 422 Bytes

Versions: 81

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

81 entries across 81 versions & 1 rubygems

Version Path
foreman_rh_cloud-4.0.27 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-3.0.26 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-4.0.26 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-4.0.25.1 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-3.0.25 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-4.0.25 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-3.0.24.1 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-4.0.24.1 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-3.0.24 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-4.0.24 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-3.0.23 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-4.0.23 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-3.0.22 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-4.0.22 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-4.0.21.1 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-3.0.21.1 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-3.0.21 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-3.0.20 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-3.0.19 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js
foreman_rh_cloud-3.0.18.1 webpack/ForemanInventoryUpload/Components/InventorySettings/index.js