fix(ui) - alert form segment selection
This commit is contained in:
parent
bee4abeb63
commit
0034a22fd1
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ const AlertForm = props => {
|
|||
primary
|
||||
name="detectionMethod"
|
||||
className="my-3"
|
||||
onSelect={ writeOption }
|
||||
onSelect={ (e, { name, value }) => props.edit({ [ name ]: value }) }
|
||||
value={{ value: instance.detectionMethod }}
|
||||
list={ [
|
||||
{ name: 'Threshold', value: 'threshold' },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue