diff --git a/frontend/src/component/feature/form/strategy-configure.jsx b/frontend/src/component/feature/form/strategy-configure.jsx index b481983774..e42f889a00 100644 --- a/frontend/src/component/feature/form/strategy-configure.jsx +++ b/frontend/src/component/feature/form/strategy-configure.jsx @@ -84,7 +84,7 @@ class StrategyConfigure extends React.Component { let value = this.props.strategy.parameters[name]; if (type === 'percentage') { if (value == null || (typeof value === 'string' && value === '')) { - value = 50; // default value + this.setConfig(name, 50); } return (