Skip to content
This repository was archived by the owner on Jul 20, 2025. It is now read-only.

Commit 5bc31e4

Browse files
Update src/components/Menu/SubMenuItem.tsx
Co-authored-by: Copilot <[email protected]>
1 parent a231342 commit 5bc31e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Menu/SubMenuItem.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export const SubMenuItem: React.FC<SubMenuItemProps> = ({
4141

4242
return (
4343
<button
44+
role="menuitem"
4445
onClick={onClick}
4546
disabled={disabled}
4647
className={twJoin(

0 commit comments

Comments
 (0)