Correct wizard step index for Kapacitor Step (#4380)

pull/4372/head
Daniel Campbell 2018-09-06 15:44:48 -07:00 committed by GitHub
parent 9a4cd1610b
commit d18cc3976f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ class KapacitorDropdown extends PureComponent<Props & WithRouterProps> {
private launchWizard = () => {
const {toggleWizard, source} = this.props
if (toggleWizard) {
toggleWizard(true, source, 1, true)()
toggleWizard(true, source, 2, true)()
}
}
}