Skip to content

Commit 13ada3b

Browse files
fix: convert feature_state_value after v2 segment save (#6962) (#6967)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0b80126 commit 13ada3b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

frontend/common/stores/feature-list-store.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,9 @@ const controller = {
766766
store.model.keyedEnvironmentFeatures[projectFlag.id] = {
767767
...store.model.keyedEnvironmentFeatures[projectFlag.id],
768768
...environmentFeatureState,
769+
feature_state_value: Utils.featureStateToValue(
770+
environmentFeatureState.feature_state_value,
771+
),
769772
}
770773
}
771774
})

0 commit comments

Comments
 (0)