From 4dcbc475a85faaed8d07c9662eb92f6125cad79f Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 2 Dec 2021 10:29:29 -0500 Subject: [PATCH] CloudWatch: fix duplicated IDs (#42658) (#42662) (cherry picked from commit e061cbd25bd126aef9df593e8fc2c1b051a9eab9) Co-authored-by: Andres Martinez Gotor --- .../components/MetricStatEditor/MetricStatEditor.tsx | 4 ++-- .../components/SQLBuilderEditor/SQLBuilderSelectRow.tsx | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/app/plugins/datasource/cloudwatch/components/MetricStatEditor/MetricStatEditor.tsx b/public/app/plugins/datasource/cloudwatch/components/MetricStatEditor/MetricStatEditor.tsx index 67d80da3449..473bd960b09 100644 --- a/public/app/plugins/datasource/cloudwatch/components/MetricStatEditor/MetricStatEditor.tsx +++ b/public/app/plugins/datasource/cloudwatch/components/MetricStatEditor/MetricStatEditor.tsx @@ -66,7 +66,7 @@ export function MetricStatEditor({ value && onQueryChange(setNamespace(query, value))} @@ -69,7 +69,7 @@ const SQLBuilderSelectRow: React.FC = ({ datasource, q ev.target instanceof HTMLInputElement && onQueryChange(setWithSchema(query, ev.target.checked)) @@ -80,7 +80,7 @@ const SQLBuilderSelectRow: React.FC = ({ datasource, q {withSchemaEnabled && (