Skip to content

Commit

Permalink
[Data Explorer] Removed X icon in data source selection. (#5238)
Browse files Browse the repository at this point in the history
* removed X icon in data source selection.

Signed-off-by: Abhilash <abhilash.bhimanna@senecaglobal.com>

* updated changelog

Signed-off-by: Abhilash <abhilash.bhimanna@senecaglobal.com>

* Update CHANGELOG.md

Signed-off-by: Miki <amoo_miki@yahoo.com>

---------

Signed-off-by: Abhilash <abhilash.bhimanna@senecaglobal.com>
Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com>
Signed-off-by: Miki <amoo_miki@yahoo.com>
Co-authored-by: Abhilash <abhilash.bhimanna@senecaglobal.com>
Co-authored-by: Ashwin P Chandran <ashwinpc@amazon.com>
Co-authored-by: Miki <amoo_miki@yahoo.com>
  • Loading branch information
4 people committed Oct 10, 2023
1 parent 5f45553 commit df08387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +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] 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export const DataSourceSelectable = ({
selectedOptions={selectedSources as any}
onChange={handleSourceChange}
singleSelection={singleSelection}
isClearable={false}
async
/>
);
Expand Down

0 comments on commit df08387

Please sign in to comment.