mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
feat(templating): adding missing label property to query variable defaults, fixes #6150
This commit is contained in:
parent
1a062c52fa
commit
5a1a80bcdd
@ -24,6 +24,7 @@ export class QueryVariable implements Variable {
|
||||
|
||||
defaults = {
|
||||
type: 'query',
|
||||
label: null,
|
||||
query: '',
|
||||
regex: '',
|
||||
sort: 0,
|
||||
|
Loading…
Reference in New Issue
Block a user