mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
fix: Pass experimental
to the FE through the API (#4597)
This commit is contained in:
@ -224,6 +224,7 @@ func (api *API) updateEntitlements(ctx context.Context) error {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
entitlements.Experimental = api.Experimental
|
||||||
|
|
||||||
featureChanged := func(featureName string) (changed bool, enabled bool) {
|
featureChanged := func(featureName string) (changed bool, enabled bool) {
|
||||||
if api.entitlements.Features == nil {
|
if api.entitlements.Features == nil {
|
||||||
|
Reference in New Issue
Block a user