mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
add groupId to gradual rollout template (#2045)
* add groupId to gradual rollout template * FMT
This commit is contained in:
parent
4ed05047f3
commit
13e0130824
@ -101,6 +101,7 @@ export const FeatureStrategyEmpty = ({
|
|||||||
parameters: {
|
parameters: {
|
||||||
rollout: '50',
|
rollout: '50',
|
||||||
stickiness: 'default',
|
stickiness: 'default',
|
||||||
|
groupId: feature.name,
|
||||||
},
|
},
|
||||||
constraints: [],
|
constraints: [],
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user