mirror of
https://github.com/grafana/grafana.git
synced 2026-08-18 17:15:08 -05:00
SaveDashboard: remove feature flag for save drawer (#48462)
This commit is contained in:
@@ -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