Skip to content

Commit 6f5544e

Browse files
authored
fix: Pass experimental to the FE through the API (#4597)
1 parent 4e44716 commit 6f5544e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

enterprise/coderd/coderd.go

+1
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ func (api *API) updateEntitlements(ctx context.Context) error {
224224
if err != nil {
225225
return err
226226
}
227+
entitlements.Experimental = api.Experimental
227228

228229
featureChanged := func(featureName string) (changed bool, enabled bool) {
229230
if api.entitlements.Features == nil {

0 commit comments

Comments
 (0)