Skip to content

Commit

Permalink
Merge pull request #534 from TackAdam/backport/backport-522-to-2.x
Browse files Browse the repository at this point in the history
[Backport 2.x ] Merge pull request #522
  • Loading branch information
TackAdam authored Jun 14, 2023
2 parents f6ab679 + 0dd289c commit 449860f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions public/components/event_analytics/explorer/explorer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 || '';
Expand All @@ -356,7 +355,7 @@ export const Explorer = ({
if (objectId) {
updateTabData(objectId);
} else {
fetchData();
fetchData(startTime, endTime);
}
if (
routerContext &&
Expand Down

0 comments on commit 449860f

Please sign in to comment.