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

View File

@@ -139,7 +139,6 @@ export const AddToPlaylistDialog = () => {
<Dialog
open={open}
onClose={handleClickClose}
onBackdropClick={handleClickClose}
aria-labelledby="form-dialog-new-playlist"
fullWidth={true}
maxWidth={'sm'}