mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
QueryField: Handle autocomplete better (#81484)
* extract out function + add unit tests * add feature toggle and default it to on
This commit is contained in:
@@ -174,4 +174,5 @@ export interface FeatureToggles {
|
||||
onPremToCloudMigrations?: boolean;
|
||||
alertingSaveStatePeriodic?: boolean;
|
||||
promQLScope?: boolean;
|
||||
slateAutocomplete?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user