Skip to content

Commit

Permalink
Merge pull request #2712 from openedx/master
Browse files Browse the repository at this point in the history
sync: master to alpha
  • Loading branch information
edx-requirements-bot authored and PKulkoRaccoonGang committed Aug 5, 2024
1 parent 97892ee commit 2497884
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Form/FormAutosuggest.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ const FormAutosuggest = forwardRef(
onClick: (e) => handleItemSelect(e, onClick),
id: menuItemId,
onFocus: () => handleMenuItemFocus(menuItemId),
});
});

if (strToFind.length > 0) {
Expand Down

0 comments on commit 2497884

Please sign in to comment.