Skip to content

Commit

Permalink
[Data Explorer] Removed X icon in data source selection. (#5238) (#5264)
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>
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>
(cherry picked from commit df08387)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
4 people committed Oct 10, 2023
1 parent bad7bbf commit cf9a97a
Showing 1 changed file with 1 addition and 0 deletions.
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 cf9a97a

Please sign in to comment.