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:
parent
a378621e73
commit
263677f81d
@ -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}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user