From 7127d4f3b96052c47cc4d6bb31f72779297c4512 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 19 Jan 2023 11:48:03 +0000 Subject: [PATCH] [v9.3.x] Elasticsearch: Fix toggle-settings are not shown correctly (#61755) Elasticsearch: Fix toggle-settings are not shown correctly (#61751) * changed `checked` propery to `value` * revert changing the prop in the event (cherry picked from commit dd8f95a20178dbc36beb0cc9756de61d99580f81) Co-authored-by: Sven Grossmann --- .../datasource/elasticsearch/configuration/ElasticDetails.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/app/plugins/datasource/elasticsearch/configuration/ElasticDetails.tsx b/public/app/plugins/datasource/elasticsearch/configuration/ElasticDetails.tsx index 6d24cc6467e..e8e2a403eef 100644 --- a/public/app/plugins/datasource/elasticsearch/configuration/ElasticDetails.tsx +++ b/public/app/plugins/datasource/elasticsearch/configuration/ElasticDetails.tsx @@ -130,7 +130,7 @@ export const ElasticDetails = ({ value, onChange }: Props) => { @@ -139,7 +139,7 @@ export const ElasticDetails = ({ value, onChange }: Props) => {