Fix same issue elsewhere

This commit is contained in:
Manav Rathi
2024-10-11 14:06:27 +05:30
parent c7191ae7f0
commit 0466d7024a
2 changed files with 7 additions and 5 deletions

View File

@@ -152,11 +152,6 @@ export const AttributedMiniDialog: React.FC<
},
}}
onClose={handleClose}
// This is required to prevent console errors about aria-hiding a
// focused button when the dialog is closed.
//
// https://github.com/mui/material-ui/issues/43106#issuecomment-2314809028
closeAfterTransition={false}
{...rest}
>
{(attributes.icon ?? attributes.title) && (