refactor: popover a11y aria attributes
This commit is contained in:
@@ -140,7 +140,7 @@ const AddToVaultMenuOption = ({ iconClassName, items }: { iconClassName: string;
|
||||
<Popover
|
||||
title="Move to vault"
|
||||
togglePopover={toggleSubMenu}
|
||||
anchorElement={buttonRef.current}
|
||||
anchorElement={buttonRef}
|
||||
open={isSubMenuOpen}
|
||||
side="right"
|
||||
align="start"
|
||||
|
||||
Reference in New Issue
Block a user