mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
SaveDashboard: remove feature flag for save drawer (#48462)
This commit is contained in:
@@ -175,11 +175,6 @@ var (
|
||||
Description: "Lock database during migrations",
|
||||
State: FeatureStateBeta,
|
||||
},
|
||||
{
|
||||
Name: "saveDashboardDrawer",
|
||||
Description: "Use a drawer to show save dashboard dialog",
|
||||
State: FeatureStateBeta,
|
||||
},
|
||||
{
|
||||
Name: "storage",
|
||||
Description: "Configurable storage for dashboards, datasources, and resources",
|
||||
|
||||
@@ -131,10 +131,6 @@ const (
|
||||
// Lock database during migrations
|
||||
FlagMigrationLocking = "migrationLocking"
|
||||
|
||||
// FlagSaveDashboardDrawer
|
||||
// Use a drawer to show save dashboard dialog
|
||||
FlagSaveDashboardDrawer = "saveDashboardDrawer"
|
||||
|
||||
// FlagStorage
|
||||
// Configurable storage for dashboards, datasources, and resources
|
||||
FlagStorage = "storage"
|
||||
|
||||
Reference in New Issue
Block a user