TopNav: Adds new feature toggle for upcoming nav~ (#51115)

This commit is contained in:
Torkel Ödegaard
2022-06-20 16:25:43 +02:00
committed by GitHub
parent d8d1ca8151
commit 3c3293df78
4 changed files with 29 additions and 11 deletions

View File

@@ -62,4 +62,5 @@ export interface FeatureToggles {
logRequestsInstrumentedAsUnknown?: boolean;
dataConnectionsConsole?: boolean;
internationalization?: boolean;
topnav?: boolean;
}