CommandPalette: Remove topnav command palette feature flag (#63620)

* CommandPalette: Remove topnav command palette feature flag

* Restore search shortcuts if topnav isnt enabled

* fix unused imports
This commit is contained in:
Josh Hunt
2023-02-24 13:14:53 +01:00
committed by GitHub
parent 09e523eef2
commit 91d2df59fc
10 changed files with 6 additions and 87 deletions

View File

@@ -77,7 +77,6 @@ export interface FeatureToggles {
alertingBacktesting?: boolean;
editPanelCSVDragAndDrop?: boolean;
alertingNoNormalState?: boolean;
topNavCommandPalette?: boolean;
logsSampleInExplore?: boolean;
logsContextDatasourceUi?: boolean;
lokiQuerySplitting?: boolean;