(cherry picked from commit 5766c624ff)
Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com>
This commit is contained in:
co-authored by
Andres Martinez Gotor
parent
0892384ecd
commit
1304ce92ad
@@ -1113,7 +1113,6 @@ function isCloudWatchQuery(target: DataQuery): target is CloudWatchMetricsQuery
|
||||
target.hasOwnProperty('dimensions') &&
|
||||
target.hasOwnProperty('namespace') &&
|
||||
target.hasOwnProperty('region') &&
|
||||
target.hasOwnProperty('period') &&
|
||||
target.hasOwnProperty('metricName')
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user