Commit 5a1a80bc by Torkel Ödegaard

feat(templating): adding missing label property to query variable defaults, fixes #6150

parent 1a062c52
......@@ -24,6 +24,7 @@ export class QueryVariable implements Variable {
defaults = {
type: 'query',
label: null,
query: '',
regex: '',
sort: 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment