chore: Add missing labels to buttons without text and search inputs
This commit is contained in:
@ -17,7 +17,7 @@ function GroupMemberMenu({ onRemove }: Props) {
|
||||
|
||||
return (
|
||||
<>
|
||||
<OverflowMenuButton {...menu} />
|
||||
<OverflowMenuButton aria-label={t("Show menu")} {...menu} />
|
||||
<ContextMenu {...menu} aria-label={t("Group member options")}>
|
||||
<Template
|
||||
{...menu}
|
||||
|
Reference in New Issue
Block a user