From 54e7a4eee92b9b9dc49daac0ccdecde84b747414 Mon Sep 17 00:00:00 2001 From: zbeyens Date: Tue, 2 Jan 2024 23:39:03 +0000 Subject: [PATCH] Merge pull request #2849 from gulfaraz/fix.class-name fix: do not exclude class name --- src/components/plate-ui/dropdown-menu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/plate-ui/dropdown-menu.tsx b/src/components/plate-ui/dropdown-menu.tsx index ef8555a..9c592f4 100644 --- a/src/components/plate-ui/dropdown-menu.tsx +++ b/src/components/plate-ui/dropdown-menu.tsx @@ -57,7 +57,7 @@ const DropdownMenuContentVariants = withProps(DropdownMenuPrimitive.Content, { export const DropdownMenuContent = withRef< typeof DropdownMenuPrimitive.Content ->(({ className, ...props }, ref) => ( +>(({ ...props }, ref) => (