From 36680b4d1ed8df78b73bd25745ae1aae194c7a1a Mon Sep 17 00:00:00 2001 From: Devin Hurley Date: Fri, 13 Aug 2021 15:34:54 -0400 Subject: [PATCH] add alertsConsumers back into tgrid props --- .../timelines/public/components/t_grid/standalone/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugins/timelines/public/components/t_grid/standalone/index.tsx b/x-pack/plugins/timelines/public/components/t_grid/standalone/index.tsx index 234817168c4737..9fb6af6199a4c3 100644 --- a/x-pack/plugins/timelines/public/components/t_grid/standalone/index.tsx +++ b/x-pack/plugins/timelines/public/components/t_grid/standalone/index.tsx @@ -225,6 +225,7 @@ const TGridStandaloneComponent: React.FC = ({ loading, { events, updatedAt, loadPage, pageInfo, refetch, totalCount = 0, inspect }, ] = useTimelineEvents({ + alertConsumers, docValueFields: [], excludeEcsData: true, fields,