Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into feat/add-testing-framework
  • Loading branch information
ashmit-coder committed Sep 9, 2024
2 parents 9250c46 + e59980a commit 4350254
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 438 deletions.
2 changes: 1 addition & 1 deletion components/Dropdown/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function Dropdown({ active, items, setOptions, setOptions2 }) {
};
}, [dropdownRef]);
return (
<div className='relative inline-block w-full'>
<div class='relative inline-block w-full' ref={dropdownRef}>
<div className='w-full'>
<button
type='button'
Expand Down
Loading

0 comments on commit 4350254

Please sign in to comment.