PublicDashboards: Remove dev mode for share by email toggle (#64330)

Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
This commit is contained in:
Ezequiel Victorero
2023-03-07 16:42:24 -03:00
committed by GitHub
parent 9b6e531549
commit 1a5ab1b308
3 changed files with 11 additions and 12 deletions

View File

@@ -74,10 +74,9 @@ var (
},
{
Name: "publicDashboardsEmailSharing",
Description: "Allows public dashboard sharing to be restricted to only allowed emails",
Description: "Enables public dashboard sharing to be restricted to only allowed emails",
State: FeatureStateAlpha,
RequiresLicense: true,
RequiresDevMode: true,
Owner: grafanaDashboardsSquad,
},
{

View File

@@ -52,7 +52,7 @@ const (
FlagPublicDashboards = "publicDashboards"
// FlagPublicDashboardsEmailSharing
// Allows public dashboard sharing to be restricted to only allowed emails
// Enables public dashboard sharing to be restricted to only allowed emails
FlagPublicDashboardsEmailSharing = "publicDashboardsEmailSharing"
// FlagLokiLive