Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
logeekal committed Feb 21, 2023
1 parent 27a15bb commit ef74cb2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ const AlertsTableWithBulkActionsContextComponent: React.FunctionComponent<{
);

const AlertsTableWithBulkActionsContext = React.memo(AlertsTableWithBulkActionsContextComponent);
const EMPTY_FIELDS = [{ field: '*', include_unmapped: true }];

type AlertWithCaseIds = Alert & Required<Pick<Alert, 'kibana.alert.case_ids'>>;

Expand Down

0 comments on commit ef74cb2

Please sign in to comment.