Skip to content

Commit

Permalink
Refs #36576 - Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Allison committed Jul 7, 2023
1 parent 2f723ae commit a34175d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
import PropTypes from 'prop-types';
import { noop } from 'foremanReact/common/helpers';
import { Modal, ModalVariant, Button, Icon, Title, Flex } from '@patternfly/react-core';
import ExclamationTriangleIcon from '@patternfly/react-icons/dist/esm/icons/exclamation-triangle-icon';
import { ExclamationTriangleIcon } from '@patternfly/react-icons';
import { deleteActivationKey } from '../ActivationKeyActions';

const DeleteModal = ({ isModalOpen, handleModalToggle, akId }) => {
Expand Down

0 comments on commit a34175d

Please sign in to comment.