fix: Pass experimental to the FE through the API (#4597)

This commit is contained in:
Kyle Carberry
2022-10-17 19:44:04 +00:00
committed by GitHub
parent 4e44716b0c
commit 6f5544e0e4
+1
View File
@@ -224,6 +224,7 @@ func (api *API) updateEntitlements(ctx context.Context) error {
if err != nil {
return err
}
entitlements.Experimental = api.Experimental
featureChanged := func(featureName string) (changed bool, enabled bool) {
if api.entitlements.Features == nil {