Fix template variables null property bug

pull/10616/head
Christopher Henn 2018-06-18 09:52:36 -07:00
parent ba9c342d32
commit 6b5086f0c9
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]: () => {