Skip to content

Commit

Permalink
Remove unused props
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Nov 18, 2020
1 parent 362beb9 commit 85e6c93
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/src/pages/components/dialogs/ConfirmationDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ function ConfirmationDialogRaw(props) {

return (
<Dialog
disableEscapeKeyDown
maxWidth="xs"
TransitionProps={{ onEntering: handleEntering }}
aria-labelledby="confirmation-dialog-title"
Expand Down
1 change: 0 additions & 1 deletion docs/src/pages/components/dialogs/ConfirmationDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ function ConfirmationDialogRaw(props: ConfirmationDialogRawProps) {

return (
<Dialog
disableEscapeKeyDown
maxWidth="xs"
TransitionProps={{ onEntering: handleEntering }}
aria-labelledby="confirmation-dialog-title"
Expand Down

0 comments on commit 85e6c93

Please sign in to comment.