Skip to content

Commit

Permalink
chore: change dialogs pagging
Browse files Browse the repository at this point in the history
  • Loading branch information
k0stik committed Aug 5, 2024
1 parent bebbfa1 commit 38f6c94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/mui/components/dialog/Dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ function DialogModal({ id = "modal-dialog", title, titleComponent, open, scroll
display: "flex",
flexDirection: "column",
overflow: "hidden",
p: 0,
}, dividers: dividers }, children));
};
const renderFooterDefault = () => {
Expand Down
1 change: 1 addition & 0 deletions src/mui/components/dialog/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ function DialogModal({
display: "flex",
flexDirection: "column",
overflow: "hidden",
p: 0,
}}
dividers={dividers}>
{children}
Expand Down

0 comments on commit 38f6c94

Please sign in to comment.