Skip to content

Commit ceff040

Browse files
committed
fixing ts issues
1 parent 9e6924d commit ceff040

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

x-pack/plugins/apm/public/services/rest/observability_dashboard.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,15 @@ export const fetchLandingPageData = async (
3434
appLink: '/app/apm',
3535
stats: {
3636
services: {
37+
type: 'number',
3738
label: i18n.translate(
3839
'xpack.apm.observabilityDashboard.stats.services',
3940
{ defaultMessage: 'Services' }
4041
),
4142
value: serviceCount,
4243
},
4344
transactions: {
45+
type: 'number',
4446
label: i18n.translate(
4547
'xpack.apm.observabilityDashboard.stats.transactions',
4648
{ defaultMessage: 'Transactions' }

0 commit comments

Comments
 (0)