Skip to content

Commit

Permalink
fix(slo): remove extra field from synthetics indicator params (elasti…
Browse files Browse the repository at this point in the history
…c#199542)

(cherry picked from commit eea4a20)
  • Loading branch information
kdelemme committed Nov 12, 2024
1 parent 367d479 commit e8c2285
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
}))
: []
}
Expand Down

0 comments on commit e8c2285

Please sign in to comment.