Navigation: Create feature toggle for dockedMegaMenu (#74985)

This commit is contained in:
Laura Fernández
2023-09-18 12:57:11 +02:00
committed by GitHub
parent 322fde1f5b
commit 0ceeb18269
5 changed files with 14 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ export interface FeatureToggles {
logRequestsInstrumentedAsUnknown?: boolean;
dataConnectionsConsole?: boolean;
topnav?: boolean;
dockedMegaMenu?: boolean;
grpcServer?: boolean;
entityStore?: boolean;
cloudWatchCrossAccountQuerying?: boolean;