mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
stackdriver: add default value for query type
This commit is contained in:
parent
588c5c045a
commit
2d14bd10f3
@ -18,7 +18,7 @@ export class StackdriverTemplateQueryComponent extends PureComponent<TemplateQue
|
||||
];
|
||||
|
||||
defaults: TemplateQueryComponentData = {
|
||||
selectedQueryType: '',
|
||||
selectedQueryType: this.queryTypes[0].value,
|
||||
metricDescriptors: [],
|
||||
selectedService: '',
|
||||
selectedMetricType: '',
|
||||
|
Loading…
Reference in New Issue
Block a user