Merge pull request #3709 from influxdata/bugfix/tempvars-null-query

Fix template variables missing query bug
pull/10616/head
Chris Henn 2018-06-18 17:00:17 -07:00 committed by GitHub
commit 66b58d82d5
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ export const DEFAULT_TEMPLATES: DefaultTemplates = {
values: [],
type: TemplateType.CSV,
label: '',
query: {},
}
},
[TemplateType.TagKeys]: () => {