1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Remove aria-expanded attribute

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-05-18 15:45:33 +03:00
parent a378621e73
commit 263677f81d

View File

@ -50,7 +50,6 @@ export function UpdateButton({ warningLevel, update, id }: UpdateButtonProps) {
isOpen={opened} isOpen={opened}
close={toggle} close={toggle}
open={toggle} open={toggle}
aria-expanded={opened}
> >
<MenuItem <MenuItem
icon={menuIconProps} icon={menuIconProps}