mirror of
https://fast.feibisi.com/https://github.com/parcelvoy/platform.git
synced 2025-09-04 12:56:14 +08:00
adds experiment step instructions to tile
This commit is contained in:
parent
b2ce60109e
commit
bcbae49e35
1 changed files with 7 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue