PinNavItems: Create feature toggle (#88975)

This commit is contained in:
Laura Fernández
2024-06-10 13:40:03 +02:00
committed by GitHub
parent 4378f89fd9
commit 84b638fb26
6 changed files with 25 additions and 0 deletions

View File

@@ -192,4 +192,5 @@ export interface FeatureToggles {
alertingCentralAlertHistory?: boolean;
pluginProxyPreserveTrailingSlash?: boolean;
azureMonitorPrometheusExemplars?: boolean;
pinNavItems?: boolean;
}