From e8c2285b70fff08ebb410995acd3f43fb01788d5 Mon Sep 17 00:00:00 2001 From: Kevin Delemme Date: Tue, 12 Nov 2024 13:15:02 -0500 Subject: [PATCH] fix(slo): remove extra field from synthetics indicator params (#199542) (cherry picked from commit eea4a204e40869a584f485ed52ed350f65cb57c9) --- .../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`, })) : [] }