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';
|
import { loadNameFromHash } from '../../common/util';
|
||||||
|
|
||||||
const defaultStrategy = {
|
const defaultStrategy = {
|
||||||
name: 'flexibleRollout',
|
name: 'default',
|
||||||
parameters: {
|
parameters: {},
|
||||||
rollout: '100',
|
|
||||||
stickiness: 'default',
|
|
||||||
groupId: 'a-new.toggle',
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
function resolveCurrentProjectId(settings) {
|
function resolveCurrentProjectId(settings) {
|
||||||
|
Loading…
Reference in New Issue
Block a user