Skip to content

Commit

Permalink
chore: Add multivariate warning (#3121)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg authored Dec 13, 2023
1 parent 118618d commit 8259c53
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions frontend/web/components/mv/VariationOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ export default function VariationOptions({
{!preventRemove && (
<p className='mb-4'>
<InfoMessage>
Variation values are shared amongst environments, their weights are
specific to this Environment. These values will only apply when you
identify via the SDK.{' '}
Changing a Variation Value will affect{' '}
<strong>all environments</strong>, their weights are specific to
this environment. Existing users will see the new variation value if
it is changed. These values will only apply when you identify via
the SDK.
<a
target='_blank'
href='https://docs.flagsmith.com/basic-features/managing-features#multi-variate-flags'
Expand Down

0 comments on commit 8259c53

Please sign in to comment.