Skip to content

Commit 861d19f

Browse files
authored
Merge pull request #157 from KelvinTegelaar/dev
[pull] dev from KelvinTegelaar:dev
2 parents 95546f5 + 25bf5f2 commit 861d19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CippComponents/CippApiDialog.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ export const CippApiDialog = (props) => {
329329
}
330330

331331
return (
332-
<Dialog fullWidth maxWidth="sm" onClose={handleClose} open={createDialog.open}>
332+
<Dialog fullWidth maxWidth="sm" onClose={handleClose} open={createDialog.open} {...other}>
333333
<form onSubmit={formHook.handleSubmit(onSubmit)}>
334334
<DialogTitle>{title}</DialogTitle>
335335
<DialogContent>

0 commit comments

Comments
 (0)