Skip to content

Commit

Permalink
force refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-j committed May 9, 2024
1 parent ff5c551 commit c78af7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/ui/Stream/ObservabilityServiceEntity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export const ObservabilityServiceEntity = React.memo((props: Props) => {
setCurrentRepoIdCallback(e.repoId);
//@TODO: timeout here is clunky, consider changing
setTimeout(() => {
doRefreshCallback();
doRefreshCallback(true);
}, 3000);
setTimeout(() => {
setExpandedEntityCallback(ea.entityGuid);
Expand Down

0 comments on commit c78af7d

Please sign in to comment.