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 -5
View File
@@ -73,11 +73,7 @@ export const HelpDialog = (props) => {
return (
<>
<GlobalHotKeys keyMap={keyMap} handlers={handlers} allowChanges />
<HelpTable
open={open}
onClose={handleClickClose}
onBackdropClick={handleClickClose}
/>
<HelpTable open={open} onClose={handleClickClose} />
</>
)
}