refactor: popover a11y aria attributes
This commit is contained in:
@@ -168,7 +168,7 @@ const AddSmartViewModal = ({ controller, platform }: Props) => {
|
||||
<Popover
|
||||
title="Choose icon"
|
||||
open={shouldShowIconPicker}
|
||||
anchorElement={iconPickerButtonRef.current}
|
||||
anchorElement={iconPickerButtonRef}
|
||||
togglePopover={toggleIconPicker}
|
||||
align="start"
|
||||
overrideZIndex="z-modal"
|
||||
|
||||
Reference in New Issue
Block a user