Skip to content

Commit

Permalink
fixing ts issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Jun 25, 2020
1 parent 9e6924d commit ceff040
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,15 @@ export const fetchLandingPageData = async (
appLink: '/app/apm',
stats: {
services: {
type: 'number',
label: i18n.translate(
'xpack.apm.observabilityDashboard.stats.services',
{ defaultMessage: 'Services' }
),
value: serviceCount,
},
transactions: {
type: 'number',
label: i18n.translate(
'xpack.apm.observabilityDashboard.stats.transactions',
{ defaultMessage: 'Transactions' }
Expand Down

0 comments on commit ceff040

Please sign in to comment.