Skip to content

Commit

Permalink
fix(slo): remove extra field from synthetics indicator params (#199542)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdelemme authored Nov 12, 2024
1 parent 194de0d commit eea4a20
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 eea4a20

Please sign in to comment.