Removed onBackdropClick deprecated property

This commit is contained in:
Deluan
2023-05-17 15:48:22 -04:00
parent a3d78e95f2
commit f9b060af18
9 changed files with 3 additions and 18 deletions
-1
View File
@@ -44,7 +44,6 @@ const DownloadMenuDialog = () => {
<Dialog
open={open}
onClose={handleClose}
onBackdropClick={handleClose}
aria-labelledby="download-dialog"
fullWidth={true}
maxWidth={'sm'}