Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: added the dropdown search changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aswathy-deriv committed Mar 4, 2024
1 parent 068a99f commit 9527edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/elements/dropdown-search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const DropdownSearch = ({
}: DropdownProps) => {
const [input_value, setInputValue] = useState('')
const [dropdown_items, setDropdownItems] = useState([...items])
const [is_open, dropdown_ref, nodes, handleChange, toggleListVisibility, setOpen, closeFocus] =
const [is_open, dropdown_ref, nodes, handleChange, toggleListVisibility, setOpen] =
useDropdown(onChange)
const inputRef = useRef(null)

Expand Down

0 comments on commit 9527edc

Please sign in to comment.