Skip to content

Commit

Permalink
Adds search capability for existing sources and destinations (#20360)
Browse files Browse the repository at this point in the history
  • Loading branch information
YatsukBogdan1 authored Dec 13, 2022
1 parent 469199a commit 4b4c769
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ const ExistingEntityForm: React.FC<IProps> = ({ type, onSubmit }) => {
<DropDown
{...field}
options={dropDownData}
isSearchable
onChange={(item: { value: string }) => {
setFieldValue(field.name, item.value);
}}
Expand Down

0 comments on commit 4b4c769

Please sign in to comment.