Skip to content

Commit

Permalink
fix: Added on close handler for dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
josebui committed Jun 10, 2024
1 parent a30ef15 commit 048d076
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/storyMap/components/StoryMapForm/DataLayerDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ const DataLayerDialog = props => {
return (
<Dialog
open={open}
onClose={onClose}
sx={{ '& .MuiDialog-paper': { backgroundColor: 'gray.lite2' } }}
>
<DialogTitle component="h1" sx={{ pb: 0 }}>
Expand Down

0 comments on commit 048d076

Please sign in to comment.