SaveDashboard: remove feature flag for save drawer (#48462)

This commit is contained in:
Ryan McKinley
2022-05-02 09:29:22 -07:00
committed by GitHub
parent da1d34e83d
commit a8f3b17262
13 changed files with 19 additions and 198 deletions
-4
View File
@@ -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"