From ef74cb24a269af772037a23749109490cac33b49 Mon Sep 17 00:00:00 2001 From: Jatin Kathuria Date: Tue, 21 Feb 2023 18:21:38 +0100 Subject: [PATCH] fix: types --- .../application/sections/alerts_table/alerts_table_state.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/alerts_table_state.tsx b/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/alerts_table_state.tsx index d7f5c510ace2e..8fecebacb3bc4 100644 --- a/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/alerts_table_state.tsx +++ b/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/alerts_table_state.tsx @@ -101,7 +101,6 @@ const AlertsTableWithBulkActionsContextComponent: React.FunctionComponent<{ ); const AlertsTableWithBulkActionsContext = React.memo(AlertsTableWithBulkActionsContextComponent); -const EMPTY_FIELDS = [{ field: '*', include_unmapped: true }]; type AlertWithCaseIds = Alert & Required>;