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

View File

@@ -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",