Skip to content

Commit

Permalink
Merge pull request opensearch-project#522 from TackAdam/panelBugFix
Browse files Browse the repository at this point in the history
BugFix Visual update/timestamp save from Panels->LogEvents

(cherry picked from commit 7a5caaa)
Signed-off-by: TackAdam <navytackett@hotmail.com>
(cherry picked from commit 0dd289c)
  • Loading branch information
TackAdam authored and A9 Swift Project User committed Aug 9, 2023
1 parent 3954fa1 commit abff76b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions auto_sync_commit_metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"last_github_commit": "b9bf6c561d62628d978aef7cdaf6324f39b3b1ea",
"last_gitfarm_commit": "7934649460a15833ff20e5bf494871088d65bf7a"
"last_github_commit": "0dd289cce7b2627bfe14cecb007f8b91d134f099",
"last_gitfarm_commit": "5d3edc6815edb53839bc08bbd0b028e918b62a5a"
}
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 abff76b

Please sign in to comment.