Merge pull request #3709 from influxdata/bugfix/tempvars-null-query
Fix template variables missing query bugpull/10616/head
commit
66b58d82d5
|
@ -97,6 +97,7 @@ export const DEFAULT_TEMPLATES: DefaultTemplates = {
|
|||
values: [],
|
||||
type: TemplateType.CSV,
|
||||
label: '',
|
||||
query: {},
|
||||
}
|
||||
},
|
||||
[TemplateType.TagKeys]: () => {
|
||||
|
|
Loading…
Reference in New Issue