From 8c21a0f8b1ff65386842f13977987556578cd341 Mon Sep 17 00:00:00 2001 From: Melissa Alvarez Date: Mon, 29 Jun 2020 13:58:44 -0400 Subject: [PATCH] remove space from tab id --- .../application/components/anomalies_table/anomaly_details.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/ml/public/application/components/anomalies_table/anomaly_details.js b/x-pack/plugins/ml/public/application/components/anomalies_table/anomaly_details.js index edc1790b3adac7..7dc31cd9ba6d75 100644 --- a/x-pack/plugins/ml/public/application/components/anomalies_table/anomaly_details.js +++ b/x-pack/plugins/ml/public/application/components/anomalies_table/anomaly_details.js @@ -279,7 +279,7 @@ export class AnomalyDetails extends Component { ), }, { - id: 'Category examples', + id: 'categoryExamples', name: i18n.translate('xpack.ml.anomaliesTable.anomalyDetails.categoryExamplesTitle', { defaultMessage: 'Category examples', }),