Canvas: add feature flag for nesting elements (#49958)

This commit is contained in:
Adela Almasan
2022-05-31 14:03:34 -05:00
committed by GitHub
parent 1e4ebf876b
commit e18e8002c4
4 changed files with 13 additions and 1 deletions

View File

@@ -60,4 +60,5 @@ export interface FeatureToggles {
prometheusStreamingJSONParser?: boolean;
validateDashboardsOnSave?: boolean;
prometheusWideSeries?: boolean;
canvasPanelNesting?: boolean;
}