stackdriver: add default value for query type
This commit is contained in:
@@ -18,7 +18,7 @@ export class StackdriverTemplateQueryComponent extends PureComponent<TemplateQue
|
||||
];
|
||||
|
||||
defaults: TemplateQueryComponentData = {
|
||||
selectedQueryType: '',
|
||||
selectedQueryType: this.queryTypes[0].value,
|
||||
metricDescriptors: [],
|
||||
selectedService: '',
|
||||
selectedMetricType: '',
|
||||
|
||||
Reference in New Issue
Block a user