remove line from another PR
parent
feaaa5c4bf
commit
b048cefa80
|
@ -87,7 +87,6 @@ class KapacitorPage extends Component {
|
|||
createKapacitor(source, kapacitor)
|
||||
.then(({data}) => {
|
||||
// need up update kapacitor with info from server to AlertOutputs
|
||||
router.push(`/sources/${source.id}/kapacitors/${data.id}/edit`)
|
||||
this.setState({kapacitor: data}, () =>
|
||||
this.checkKapacitorConnection(data)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue