stackdriver: add default value for query type

This commit is contained in:
Erik Sundell 2018-11-08 15:00:25 +01:00
parent 588c5c045a
commit 2d14bd10f3

View File

@ -18,7 +18,7 @@ export class StackdriverTemplateQueryComponent extends PureComponent<TemplateQue
]; ];
defaults: TemplateQueryComponentData = { defaults: TemplateQueryComponentData = {
selectedQueryType: '', selectedQueryType: this.queryTypes[0].value,
metricDescriptors: [], metricDescriptors: [],
selectedService: '', selectedService: '',
selectedMetricType: '', selectedMetricType: '',