Sha256: fde7a8d49e45cd5eefea6ec91477c46ae1807dbc0d57583763133a881e612825

Contents?: true

Size: 359 Bytes

Versions: 7

Compression:

Stored size: 359 Bytes

Contents

import React from 'react';

import useSnapshotFormModal from './useSnapshotFormModal';
import SnapshotFormModal from './SnapshotFormModal';

const WrappedSnapshotFormModal = props => {
  const { setModalClosed } = useSnapshotFormModal();

  return <SnapshotFormModal setModalClosed={setModalClosed} {...props} />;
};

export default WrappedSnapshotFormModal;

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
foreman_snapshot_management-4.0.0 webpack/components/SnapshotManagement/components/SnapshotFormModal/index.js
foreman_snapshot_management-3.0.1 webpack/components/SnapshotManagement/components/SnapshotFormModal/index.js
foreman_snapshot_management-3.0.0 webpack/components/SnapshotManagement/components/SnapshotFormModal/index.js
foreman_snapshot_management-2.0.3 webpack/components/SnapshotManagement/components/SnapshotFormModal/index.js
foreman_snapshot_management-2.0.2 webpack/components/SnapshotManagement/components/SnapshotFormModal/index.js
foreman_snapshot_management-2.0.1 webpack/components/SnapshotManagement/components/SnapshotFormModal/index.js
foreman_snapshot_management-2.0.0 webpack/components/SnapshotManagement/components/SnapshotFormModal/index.js