* feat(growth): add highlight business plan experiment * both experiments
@@ -37,6 +37,12 @@ export const experimentList = [
parameter: 'exposed',
assignments: [0, 1],
},
+ {
+ key: 'HighlightBusinessPlanExperiment',
+ type: ExperimentType.Organization,
+ parameter: 'exposed',
+ assignments: [0, 1],
+ },
] as const;
export const experimentConfig = experimentList.reduce(