mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Datasource/CloudWatch: Field suggestions no longer limited to prefix-only (#24855)
This commit is contained in:
parent
966b0a97b1
commit
0f174de760
@ -309,7 +309,6 @@ export class CloudWatchLanguageProvider extends LanguageProvider {
|
||||
return {
|
||||
suggestions: [
|
||||
{
|
||||
prefixMatch: true,
|
||||
label: 'Fields',
|
||||
items: fields.map(field => ({
|
||||
label: field,
|
||||
|
Loading…
Reference in New Issue
Block a user