diff --git a/pkg/services/featuremgmt/registry.go b/pkg/services/featuremgmt/registry.go index 153383c3cc3..75e64a2ebca 100644 --- a/pkg/services/featuremgmt/registry.go +++ b/pkg/services/featuremgmt/registry.go @@ -97,10 +97,9 @@ var ( RequiresDevMode: true, }, { - Name: "publicDashboards", - Description: "enables public access to dashboards", - State: FeatureStateAlpha, - RequiresDevMode: true, + Name: "publicDashboards", + Description: "enables public access to dashboards", + State: FeatureStateAlpha, }, { Name: "lokiLive",