Skip to content

Commit 4aa4fd4

Browse files
committed
remove className from menuItemProps
1 parent 2a9719d commit 4aa4fd4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react/src/ActionList/Item.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ export const Item = React.forwardRef<HTMLLIElement, ActionListItemProps>(
335335
...(includeSelectionAttribute && {[itemSelectionAttribute]: selected}),
336336
role: itemRole,
337337
id: itemId,
338-
className,
339338
}
340339

341340
const containerProps = _PrivateItemWrapper

0 commit comments

Comments
 (0)