refactor: popover a11y aria attributes
This commit is contained in:
@@ -100,7 +100,7 @@ const FileViewWithoutProtection = ({ application, file }: FileViewProps) => {
|
||||
title="Details"
|
||||
open={isFileInfoPanelOpen}
|
||||
togglePopover={toggleFileInfoPanel}
|
||||
anchorElement={fileInfoButtonRef.current}
|
||||
anchorElement={fileInfoButtonRef}
|
||||
side="bottom"
|
||||
align="center"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user