From e061cbd25bd126aef9df593e8fc2c1b051a9eab9 Mon Sep 17 00:00:00 2001 From: Andres Martinez Gotor Date: Thu, 2 Dec 2021 16:11:23 +0100 Subject: [PATCH] CloudWatch: fix duplicated IDs (#42658) --- .../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 && (