Skip to content

Commit 8259c53

Browse files
authored
chore: Add multivariate warning (#3121)
1 parent 118618d commit 8259c53

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

frontend/web/components/mv/VariationOptions.js

+5-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ export default function VariationOptions({
3333
{!preventRemove && (
3434
<p className='mb-4'>
3535
<InfoMessage>
36-
Variation values are shared amongst environments, their weights are
37-
specific to this Environment. These values will only apply when you
38-
identify via the SDK.{' '}
36+
Changing a Variation Value will affect{' '}
37+
<strong>all environments</strong>, their weights are specific to
38+
this environment. Existing users will see the new variation value if
39+
it is changed. These values will only apply when you identify via
40+
the SDK.
3941
<a
4042
target='_blank'
4143
href='https://docs.flagsmith.com/basic-features/managing-features#multi-variate-flags'

0 commit comments

Comments
 (0)