RestoreDashboards: Create FE feature toggle (#89655)

This commit is contained in:
Laura Fernández
2024-06-25 16:43:13 +02:00
committed by GitHub
parent a3a6d01529
commit a3879e02bb
8 changed files with 40 additions and 11 deletions

View File

@@ -198,4 +198,5 @@ export interface FeatureToggles {
zanzana?: boolean;
passScopeToDashboardApi?: boolean;
alertingApiServer?: boolean;
dashboardRestoreUI?: boolean;
}