Dashboards: Add new toggle for dashboard changes out of dashgpt toggle (#83897)

This commit is contained in:
Ivan Ortega Alba
2024-03-05 13:01:31 +01:00
committed by GitHub
parent 112c0e7a79
commit a7c06d26f1
7 changed files with 33 additions and 6 deletions

View File

@@ -110,6 +110,7 @@ export interface FeatureToggles {
alertingNoDataErrorExecution?: boolean;
angularDeprecationUI?: boolean;
dashgpt?: boolean;
aiGeneratedDashboardChanges?: boolean;
reportingRetries?: boolean;
sseGroupByDatasource?: boolean;
libraryPanelRBAC?: boolean;