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
  • Loading branch information
kdelemme authored and CAWilson94 committed Nov 18, 2024
1 parent de20936 commit 97a10ca
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 97a10ca

Please sign in to comment.