1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: default groupId never set for strategies (only in ui)

This commit is contained in:
Ivar Conradi Østhus 2020-03-10 15:07:54 +01:00
parent c7b84ba5de
commit b3846225f6
2 changed files with 4 additions and 1 deletions

View File

@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
The latest version of this document is always available in
[releases][releases-url].
## [3.2.19]
- fix: default groupId never set for strategies (only in ui)
## [3.2.18]
- fix: clean up history view a bit

View File

@ -190,7 +190,7 @@ class StrategyConfigure extends React.Component {
);
} else {
if (name === 'groupId' && !value) {
value = this.props.featureToggleName;
this.setConfig('groupId', this.props.featureToggleName);
}
return (
<div key={name}>