From 1b301d15eeadc4112de7d95e5cf680d864c2969f Mon Sep 17 00:00:00 2001 From: Abhilash Date: Fri, 6 Oct 2023 15:19:55 +0530 Subject: [PATCH 1/3] removed X icon in data source selection. Signed-off-by: Abhilash --- .../data_sources/datasource_selector/datasource_selectable.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/data/public/data_sources/datasource_selector/datasource_selectable.tsx b/src/plugins/data/public/data_sources/datasource_selector/datasource_selectable.tsx index 77b44c206d6d..f522da79c129 100644 --- a/src/plugins/data/public/data_sources/datasource_selector/datasource_selectable.tsx +++ b/src/plugins/data/public/data_sources/datasource_selector/datasource_selectable.tsx @@ -128,6 +128,7 @@ export const DataSourceSelectable = ({ selectedOptions={selectedSources as any} onChange={handleSourceChange} singleSelection={singleSelection} + isClearable={false} async /> ); From 4d18c78132d3a8d76fb8e702058bb38907d16b39 Mon Sep 17 00:00:00 2001 From: Abhilash Date: Sat, 7 Oct 2023 14:07:09 +0530 Subject: [PATCH 2/3] updated changelog Signed-off-by: Abhilash --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 020ce3583eba..2379e7437894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,6 +65,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - [Data Explorer][Discover] Allow data grid to auto adjust size based on fetched data count ([#5191](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5191)) - [BUG] Fix wrong test due to time conversion ([#5174](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5174)) - [BUG][Data Explorer][Discover] Allow filter and query persist when refresh page or paste url to a new tab ([#5206](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5206)) +- removed X icon in data source selection ([#5238](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5238)) + ### 🚞 Infrastructure From b4e679a4856dee2fa52735b53c7cf2be084791bd Mon Sep 17 00:00:00 2001 From: Miki Date: Tue, 10 Oct 2023 09:16:52 -0700 Subject: [PATCH 3/3] Update CHANGELOG.md Signed-off-by: Miki --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19e18a099d0e..7c4b1bf70e1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,7 +65,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - [Data Explorer][Discover] Allow data grid to auto adjust size based on fetched data count ([#5191](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5191)) - [BUG] Fix wrong test due to time conversion ([#5174](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5174)) - [BUG][Data Explorer][Discover] Allow filter and query persist when refresh page or paste url to a new tab ([#5206](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5206)) -- [Data Explorer]removed X icon in data source selection ([#5238](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5238)) +- [Data Explorer] Remove the `X` icon in data source selection field ([#5238](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5238)) - [BUG][Fuctional Test] Make setDefaultAbsoluteRange more robust and update doc views tests ([#5242](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5242)) ### 🚞 Infrastructure