You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in CreateFlag.js the prevent_flag_defaults is passed as a parameter to the <Value /> component, in which basically the input for hideValue is set to true. This makes an identity override unusable unless this project setting is disabled
Steps To Reproduce
Go to project Settings
Enable Prevent Flag Defaults
Go on an environment
Select a flag
Attempt to override the value for a particular user
Expected behavior
As a user I should still be able to override a flag for a particular identity.
Screenshots
No response
The text was updated successfully, but these errors were encountered:
How are you running Flagsmith
Describe the bug
in CreateFlag.js the
prevent_flag_defaults
is passed as a parameter to the<Value />
component, in which basically the input forhideValue
is set to true. This makes an identity override unusable unless this project setting is disabledSteps To Reproduce
Prevent Flag Defaults
Expected behavior
As a user I should still be able to override a flag for a particular identity.
Screenshots
No response
The text was updated successfully, but these errors were encountered: