From b0a5c4f6a1b77ad587fc5d94be49d88c0d6436fd Mon Sep 17 00:00:00 2001 From: Andrew Goldstein Date: Mon, 15 Nov 2021 14:01:18 -0700 Subject: [PATCH] - removed runtimeMappings and createFieldComponent props --- .../public/common/components/events_viewer/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/x-pack/plugins/security_solution/public/common/components/events_viewer/index.tsx b/x-pack/plugins/security_solution/public/common/components/events_viewer/index.tsx index 854f8af02375ca..cfd780ce0ba2e6 100644 --- a/x-pack/plugins/security_solution/public/common/components/events_viewer/index.tsx +++ b/x-pack/plugins/security_solution/public/common/components/events_viewer/index.tsx @@ -195,7 +195,6 @@ const StatefulEventsViewerComponent: React.FC = ({ query, renderCellValue, rowRenderers, - runtimeMappings, setQuery, sort, start, @@ -203,7 +202,6 @@ const StatefulEventsViewerComponent: React.FC = ({ trailingControlColumns, type: 'embedded', unit, - createFieldComponent, })}