mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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 = {
|
defaults = {
|
||||||
type: 'query',
|
type: 'query',
|
||||||
|
label: null,
|
||||||
query: '',
|
query: '',
|
||||||
regex: '',
|
regex: '',
|
||||||
sort: 0,
|
sort: 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user