From 8b942bb39e51b60c0e2c3c9ac8423d1388f80a89 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Wed, 13 Nov 2024 06:49:57 +1100 Subject: [PATCH] [8.15] fix(slo): remove extra field from synthetics indicator params (#199542) (#199851) # Backport This will backport the following commits from `main` to `8.15`: - [fix(slo): remove extra field from synthetics indicator params (#199542)](https://github.com/elastic/kibana/pull/199542) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: Kevin Delemme --- .../slo_edit/components/synthetics_common/field_selector.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugins/observability_solution/slo/public/pages/slo_edit/components/synthetics_common/field_selector.tsx b/x-pack/plugins/observability_solution/slo/public/pages/slo_edit/components/synthetics_common/field_selector.tsx index 5bc77b186f960..1fea21a322c72 100644 --- a/x-pack/plugins/observability_solution/slo/public/pages/slo_edit/components/synthetics_common/field_selector.tsx +++ b/x-pack/plugins/observability_solution/slo/public/pages/slo_edit/components/synthetics_common/field_selector.tsx @@ -120,7 +120,6 @@ export function FieldSelector({ ? (field.value as Array<{ value: string; label: string }>).map((value) => ({ value: value.value, label: value.label, - 'data-test-subj': `${dataTestSubj}SelectedValue`, })) : [] }