From ceff040cdcdf1ce5e248547294a6aec790b7e953 Mon Sep 17 00:00:00 2001 From: cauemarcondes Date: Thu, 25 Jun 2020 17:05:01 +0200 Subject: [PATCH] fixing ts issues --- .../plugins/apm/public/services/rest/observability_dashboard.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x-pack/plugins/apm/public/services/rest/observability_dashboard.ts b/x-pack/plugins/apm/public/services/rest/observability_dashboard.ts index 050b2d0365859..2221904932b63 100644 --- a/x-pack/plugins/apm/public/services/rest/observability_dashboard.ts +++ b/x-pack/plugins/apm/public/services/rest/observability_dashboard.ts @@ -34,6 +34,7 @@ export const fetchLandingPageData = async ( appLink: '/app/apm', stats: { services: { + type: 'number', label: i18n.translate( 'xpack.apm.observabilityDashboard.stats.services', { defaultMessage: 'Services' } @@ -41,6 +42,7 @@ export const fetchLandingPageData = async ( value: serviceCount, }, transactions: { + type: 'number', label: i18n.translate( 'xpack.apm.observabilityDashboard.stats.transactions', { defaultMessage: 'Transactions' }