From 807a3690374b2d8d1077f749143ada79ed63dac4 Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 16 Nov 2023 05:36:11 +0000 Subject: [PATCH 1/2] fix datasource filtering issue Signed-off-by: Eric --- .../data_sources/datasource_selector/datasource_selectable.tsx | 1 - 1 file changed, 1 deletion(-) 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 f522da79c12..aaab4d57c83 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 @@ -129,7 +129,6 @@ export const DataSourceSelectable = ({ onChange={handleSourceChange} singleSelection={singleSelection} isClearable={false} - async /> ); }; From 4de660139b9d6e1c618041bb860c10e9a049d18e Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 27 Nov 2023 22:50:25 +0000 Subject: [PATCH 2/2] added filtering fix to changelog Signed-off-by: Eric --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7354c873a20..ed0c9ef065c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - [BUG] Add platform "darwin-arm64" to unit test ([#5290](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5290)) - [BUG][Dev Tool] Add dev tool documentation link to dev tool's help menu [#5166](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5166) - Fix missing border for header navigation control on right ([#5450](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5450)) +- [BUG] Fix filtering issue in data source selector ([5484](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5484)) ### 🚞 Infrastructure