stackdriver: add default value for query type

This commit is contained in:
Erik Sundell
2018-11-09 13:55:14 +01:00
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: '',