diff --git a/public/components/event_analytics/explorer/explorer.tsx b/public/components/event_analytics/explorer/explorer.tsx index e29c8c47b..8541ae2e6 100644 --- a/public/components/event_analytics/explorer/explorer.tsx +++ b/public/components/event_analytics/explorer/explorer.tsx @@ -346,7 +346,6 @@ export const Explorer = ({ }, [appBasedRef.current]); useEffect(() => { - if (queryRef.current!.isLoaded) return; let objectId; if (queryRef.current![TAB_CREATED_TYPE] === NEW_TAB || appLogEvents) { objectId = queryRef.current!.savedObjectId || ''; @@ -356,7 +355,7 @@ export const Explorer = ({ if (objectId) { updateTabData(objectId); } else { - fetchData(); + fetchData(startTime, endTime); } if ( routerContext &&