Skip to content

Commit

Permalink
[Data source] Fix datasource filtering issue (#5484)
Browse files Browse the repository at this point in the history
Fixes data source filtering issue within Discover. When typing into the index pattern
field it will filter out and highlight the value being typed.

Issue resolved:
#5533
#5499
#5468
#5319

Signed-off-by: Eric <menwe@amazon.com>
(cherry picked from commit dadfefa)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Nov 29, 2023
1 parent 9cf844a commit c5a2c73
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ export const DataSourceSelectable = ({
onChange={handleSourceChange}
singleSelection={singleSelection}
isClearable={false}
async
/>
);
};

0 comments on commit c5a2c73

Please sign in to comment.