mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
A11y/Menu: Add keyboard support to Menu component (#38974)
This commit is contained in:
@@ -25,8 +25,8 @@ type Props = {
|
||||
|
||||
const renderRemovableNameMenuItems = (onClick: () => void) => {
|
||||
return (
|
||||
<MenuGroup label="" ariaLabel="">
|
||||
<MenuItem label="remove" ariaLabel="remove" onClick={onClick} />
|
||||
<MenuGroup label="">
|
||||
<MenuItem label="remove" onClick={onClick} />
|
||||
</MenuGroup>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user