Skip to content

Commit

Permalink
better dropdown behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-j committed May 10, 2024
1 parent 5d32738 commit aa77e5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shared/ui/Stream/ObservabilityServiceEntity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,10 @@ export const ObservabilityServiceEntity = React.memo((props: Props) => {
) {
setExpandedEntityCallback(undefined);
setCurrentRepoIdCallback(e.repoId);
setExpandedEntityUserPrefCallback(ea.entityGuid);
setTimeout(() => {
doRefreshCallback(true);
setExpandedEntityUserPrefCallback(ea.entityGuid);
setExpandedEntityCallback(ea.entityGuid);
}, 1000);
}
}}
Expand Down

0 comments on commit aa77e5b

Please sign in to comment.