Skip to content

Commit 5a1a80b

Browse files
committed
feat(templating): adding missing label property to query variable defaults, fixes grafana#6150
1 parent 1a062c5 commit 5a1a80b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/app/features/templating/query_variable.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export class QueryVariable implements Variable {
2424

2525
defaults = {
2626
type: 'query',
27+
label: null,
2728
query: '',
2829
regex: '',
2930
sort: 0,

0 commit comments

Comments
 (0)