Fix url not being captured in kapacitor form
parent
156ee2007c
commit
97f6de5386
|
@ -60,8 +60,8 @@ class KapacitorPage extends Component {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
handleChangeUrl = ({value}) => {
|
handleChangeUrl = e => {
|
||||||
this.setState({kapacitor: {...this.state.kapacitor, url: value}})
|
this.setState({kapacitor: {...this.state.kapacitor, url: e.target.value}})
|
||||||
}
|
}
|
||||||
|
|
||||||
handleSubmit = e => {
|
handleSubmit = e => {
|
||||||
|
|
Loading…
Reference in New Issue