mirror of https://github.com/grafana/grafana.git
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 {
|
return {
|
||||||
suggestions: [
|
suggestions: [
|
||||||
{
|
{
|
||||||
prefixMatch: true,
|
|
||||||
label: 'Fields',
|
label: 'Fields',
|
||||||
items: fields.map(field => ({
|
items: fields.map(field => ({
|
||||||
label: field,
|
label: field,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue