fix: remove duplicate role=menu from dropdown container
This commit is contained in:
parent
fefc316038
commit
232980e5bc
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ function NavDropdown({ label, items }: NavDropdownProps): React.ReactElement {
|
|||
};
|
||||
|
||||
return (
|
||||
<div className="relative" ref={dropdownRef} onKeyDown={handleKeyDown} role="menu">
|
||||
<div className="relative" ref={dropdownRef} onKeyDown={handleKeyDown}>
|
||||
<Button
|
||||
ref={buttonRef}
|
||||
variant="ghost"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue