mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-16 00:06:40 +01:00
update label
This commit is contained in:
parent
4ed75931af
commit
8b378b9fea
@ -63,7 +63,7 @@ class ConfigureStrategies extends React.Component {
|
||||
);
|
||||
}
|
||||
|
||||
const inputFields = this.renderInputFields(this.props.strategyDefinition);
|
||||
const inputFields = this.renderInputFields(this.props.strategyDefinition) || [];
|
||||
|
||||
return (
|
||||
<ListItem leftActions={leftActions}
|
||||
|
@ -57,9 +57,8 @@ class AddStrategy extends React.Component {
|
||||
<Dropdown
|
||||
source={strats}
|
||||
onChange={this.addStrategy}
|
||||
label="Select activation strategy to add"
|
||||
label="+ Add strategy"
|
||||
template={this.customItem}
|
||||
value={this.props.strategies[0].name}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user