Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
kqualters-elastic committed Aug 10, 2021
1 parent f3bde4f commit 9ca8915
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,12 @@ const AddToCaseActionButtonComponent: React.FC<AddToCaseActionProps> = ({
const {
addNewCaseClick,
addExistingCaseClick,
// onCaseClicked,
// goToCreateCase,
// onCaseSuccess,
// attachAlertToCase,
// createCaseUrl,
// isAllCaseModalOpen,
isDisabled,
userCanCrud,
isEventSupported,
openPopover,
closePopover,
isPopoverOpen,
// isCreateCaseFlyoutOpen,
// closeCaseFlyoutOpen,
} = useAddToCase({ ecsRowData, useInsertTimeline, casePermissions, appId, closeCallbacks });
const tooltipContext = userCanCrud
? isEventSupported
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

import React, { memo } from 'react';
import { EuiButtonEmpty, EuiContextMenuItem } from '@elastic/eui';
import { EuiContextMenuItem } from '@elastic/eui';

import { useAddToCase } from '../../../../hooks/use_add_to_case';
import { AddToCaseActionProps } from './add_to_case_action';
Expand Down

0 comments on commit 9ca8915

Please sign in to comment.