adds experiment step instructions to tile

This commit is contained in:
Chris Hills 2023-03-13 19:54:48 -05:00
parent b2ce60109e
commit bcbae49e35

View file

@ -13,6 +13,13 @@ export const experimentStep: JourneyStepType<{}, ExperimentStepChildConfig> = {
category: 'flow',
description: 'Randomly send users down different paths.',
newEdgeData: async () => ({ ratio: 1 }),
Edit: () => (
<div style={{ maxWidth: 300 }}>
Connect this step to others and configure ratios
to control what proportion of users will be sent
down each path.
</div>
),
EditEdge({
siblingData,
onChange,