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
|
ref
|
||||||
) => {
|
) => {
|
||||||
console.log('dataTestId', dataTestId);
|
|
||||||
return (
|
return (
|
||||||
<DropdownMenuPrimitive.CheckboxItem
|
<DropdownMenuPrimitive.CheckboxItem
|
||||||
ref={ref}
|
ref={ref}
|
||||||
|
|
Loading…
Reference in New Issue