1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00

fix missing paramters when update strategy

This commit is contained in:
ivaosthu 2016-12-17 14:47:01 +01:00
parent 398f46c561
commit 07f9e268eb

View File

@ -86,6 +86,7 @@ class AddStrategy extends Component {
// TODO unwind this stuff
if (this.props.initCallRequired === true) {
this.props.init(this.props.input);
this.props.setValue('_params', this.props.input.parameters.length);
}
}