From 0b1964acd1a54e0150dd4413e20f352e243af090 Mon Sep 17 00:00:00 2001 From: Paul Sebastian Date: Mon, 23 Oct 2023 15:29:45 -0700 Subject: [PATCH] fixed when data grix shows Signed-off-by: Paul Sebastian --- .../event_analytics/explorer/explorer.tsx | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/public/components/event_analytics/explorer/explorer.tsx b/public/components/event_analytics/explorer/explorer.tsx index 73566a35ca..a3fef6cc7e 100644 --- a/public/components/event_analytics/explorer/explorer.tsx +++ b/public/components/event_analytics/explorer/explorer.tsx @@ -552,7 +552,8 @@ export const Explorer = ({ )} - {countDistribution.data && countDistribution.data['count()'] ? ( + {((countDistribution.data && countDistribution.data['count()']) || + !(isDefaultDataSourceType || appLogEvents)) && ( - ) : ( - -
- - - - - - - Loading Documents - - -
-
)}