Loki Query Editor: Make Monaco the default editor (#62247)

* feat(loki-editor): remove slate and make Monaco the default editor

* feat(loki-editor): remove unsupported usages of onBlur

* feat(loki-editor): remove monaco feature flag

* Chore: remove unused import
This commit is contained in:
Matias Chomicki
2023-02-06 11:18:01 +01:00
committed by GitHub
parent 4d268cbcdb
commit 57369915f5
12 changed files with 22 additions and 191 deletions

View File

@@ -32,7 +32,6 @@ export interface FeatureToggles {
publicDashboardsEmailSharing?: boolean;
lokiLive?: boolean;
lokiDataframeApi?: boolean;
lokiMonacoEditor?: boolean;
swaggerUi?: boolean;
featureHighlights?: boolean;
dashboardComments?: boolean;