From d230640c79c7a28d5c56c88378f6e697b3a3eeea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 10 Oct 2023 18:55:54 +0000 Subject: [PATCH] [Data Explorer] Removed X icon in data source selection. (#5238) * removed X icon in data source selection. Signed-off-by: Abhilash * updated changelog Signed-off-by: Abhilash * Update CHANGELOG.md Signed-off-by: Miki --------- Signed-off-by: Abhilash Signed-off-by: Ashwin P Chandran Signed-off-by: Miki Co-authored-by: Abhilash Co-authored-by: Ashwin P Chandran Co-authored-by: Miki (cherry picked from commit df0838785f7d758f6519caf5a36690ca89d4a65e) Signed-off-by: github-actions[bot] # Conflicts: # CHANGELOG.md --- .../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 77b44c206d6..f522da79c12 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 /> );