Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into kbn-105272-unknow…
Browse files Browse the repository at this point in the history
…n-types-deprecation-warning
  • Loading branch information
pgayvallet committed Sep 9, 2021
2 parents a4f750c + c1697a1 commit 58de766
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,9 @@ function RelatedErrors({
}) {
const apmRouter = useApmRouter();
const theme = useTheme();
const { query } = useApmParams('/services/:serviceName/transactions/view');
const { query } = useApmParams('/services/{serviceName}/transactions/view');

const href = apmRouter.link(`/services/:serviceName/errors`, {
const href = apmRouter.link(`/services/{serviceName}/errors`, {
path: { serviceName: item.doc.service.name },
query: {
...query,
Expand Down

0 comments on commit 58de766

Please sign in to comment.