From 267a486f5869bd03e370856fd78e4c287e60e3c8 Mon Sep 17 00:00:00 2001 From: Jatin Kathuria Date: Wed, 3 May 2023 15:23:54 +0200 Subject: [PATCH] chore: comments --- .../public/common/components/filter_group/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugins/security_solution/public/common/components/filter_group/index.tsx b/x-pack/plugins/security_solution/public/common/components/filter_group/index.tsx index 11eacf9e0a8605..226d0c57d3c9b6 100644 --- a/x-pack/plugins/security_solution/public/common/components/filter_group/index.tsx +++ b/x-pack/plugins/security_solution/public/common/components/filter_group/index.tsx @@ -158,6 +158,7 @@ const FilterGroupComponent = (props: PropsWithChildren) => { indexPattern: { fields: [], title: '' }, }); + // we only need to handle kqlError because control group can handle Lucene error if (kqlError) { /* * Based on the behaviour from other components,