mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: Added displayName to feature environments
This commit is contained in:
parent
e7b948e9db
commit
62b0bcbdc4
@ -266,6 +266,7 @@ class FeatureStrategiesStore implements IFeatureStrategiesStore {
|
||||
env.enabled = r.enabled;
|
||||
env.type = r.environment_type;
|
||||
env.sortOrder = r.environment_sort_order;
|
||||
env.displayName = r.environment_display_name;
|
||||
if (!env.strategies) {
|
||||
env.strategies = [];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user