This commit is contained in:
Manav Rathi
2025-02-28 16:57:24 +05:30
parent 9d61eaa04d
commit 02a7024cdc
2 changed files with 8 additions and 0 deletions

View File

@@ -407,6 +407,11 @@ const FileViewer: React.FC<FileViewerProps> = ({
open={!!moreMenuAnchorEl}
onClose={handleMoreMenuClose}
anchorEl={moreMenuAnchorEl}
slotProps={{
list: {
"aria-labelledby": moreMenuAnchorEl?.id,
},
}}
>
Test
</Menu>