Skip to content

Commit

Permalink
fix PR
Browse files Browse the repository at this point in the history
  • Loading branch information
momodaadaa99 committed Nov 20, 2024
1 parent d160dde commit 917aab3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/components/dropdown/Dropdown.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ function Dropdown({
});

const { refs, floatingStyles } = useFloating({
// open: isOpen,
middleware: [offset(10), flip(), shift()],
placement: placement,
whileElementsMounted: autoUpdate,
Expand Down

0 comments on commit 917aab3

Please sign in to comment.