mirror of https://github.com/buster-so/buster.git
Update DropdownBase.tsx
This commit is contained in:
parent
b19715e62c
commit
9f16b4d1dd
|
@ -179,7 +179,6 @@ const DropdownMenuCheckboxItemMultiple = React.forwardRef<
|
|||
},
|
||||
ref
|
||||
) => {
|
||||
console.log('dataTestId', dataTestId);
|
||||
return (
|
||||
<DropdownMenuPrimitive.CheckboxItem
|
||||
ref={ref}
|
||||
|
|
Loading…
Reference in New Issue