mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-18 01:18:23 +02:00
fix missing paramters when update strategy
This commit is contained in:
parent
398f46c561
commit
07f9e268eb
@ -86,6 +86,7 @@ class AddStrategy extends Component {
|
|||||||
// TODO unwind this stuff
|
// TODO unwind this stuff
|
||||||
if (this.props.initCallRequired === true) {
|
if (this.props.initCallRequired === true) {
|
||||||
this.props.init(this.props.input);
|
this.props.init(this.props.input);
|
||||||
|
this.props.setValue('_params', this.props.input.parameters.length);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user