Skip to content

Commit

Permalink
fix: remove id
Browse files Browse the repository at this point in the history
  • Loading branch information
ssikande committed Aug 2, 2024
1 parent bb7c0c0 commit f212864
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export type FilterDropdownProps = {
export default function FilterDropdown({ id, groups }: FilterDropdownProps) {
return (
<div id={id}>
{' '}
{/* TODO: remove this once the DropDown Menu shadcn has an id prop */}
<DropdownMenu>
<DropdownMenuTrigger asChild>
Expand Down

0 comments on commit f212864

Please sign in to comment.