mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: new feature toggle gets default strategy
This commit is contained in:
parent
5c06541859
commit
be2664d38b
@ -6,12 +6,8 @@ import AddFeatureComponent from './add-feature-component';
|
||||
import { loadNameFromHash } from '../../common/util';
|
||||
|
||||
const defaultStrategy = {
|
||||
name: 'flexibleRollout',
|
||||
parameters: {
|
||||
rollout: '100',
|
||||
stickiness: 'default',
|
||||
groupId: 'a-new.toggle',
|
||||
},
|
||||
name: 'default',
|
||||
parameters: {},
|
||||
};
|
||||
|
||||
function resolveCurrentProjectId(settings) {
|
||||
|
Loading…
Reference in New Issue
Block a user