1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

add groupId to gradual rollout template (#2045)

* add groupId to gradual rollout template

* FMT
This commit is contained in:
andreas-unleash 2022-09-06 15:32:28 +03:00 committed by GitHub
parent 4ed05047f3
commit 13e0130824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,6 +101,7 @@ export const FeatureStrategyEmpty = ({
parameters: {
rollout: '50',
stickiness: 'default',
groupId: feature.name,
},
constraints: [],
});