Skip to content

Commit

Permalink
[APM] Fixes no data in service overview transaction breakdown chart (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ogupte authored Sep 14, 2021
1 parent 9b9286f commit 65eb7b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export function ServiceOverview() {
<TransactionBreakdownChart
showAnnotations={false}
environment={environment}
kuery={environment}
kuery={kuery}
/>
</EuiFlexItem>
{!isRumAgent && (
Expand Down

0 comments on commit 65eb7b9

Please sign in to comment.