From 308c9b892b8ca85e6a27be04d7da08a19555020e Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Fri, 23 Feb 2024 13:19:20 -0500 Subject: [PATCH] [8.13] Change key for Select Connector component from serviceType to name (#177729) (#177737) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Backport This will backport the following commits from `main` to `8.13`: - [Change key for Select Connector component from serviceType to name (#177729)](https://github.com/elastic/kibana/pull/177729) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: Artem Shelkovnikov --- .../components/new_index/select_connector/select_connector.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/new_index/select_connector/select_connector.tsx b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/new_index/select_connector/select_connector.tsx index a06238810c9a8..92158b7ae94bb 100644 --- a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/new_index/select_connector/select_connector.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/new_index/select_connector/select_connector.tsx @@ -319,7 +319,7 @@ export const SelectConnector: React.FC = () => { {filteredConnectors.map((connector) => ( - +