mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
FeatureFlags: Change alpha/beta language to align with release staging language (#69422)
This commit is contained in:
@@ -49,7 +49,7 @@ func ProvideManagerService(cfg *setting.Cfg, licensing licensing.Licensing) (*Fe
|
||||
default:
|
||||
flag = &FeatureFlag{
|
||||
Name: key,
|
||||
State: FeatureStateUnknown,
|
||||
Stage: FeatureStageUnknown,
|
||||
}
|
||||
mgmt.flags[key] = flag
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user