Skip to content

Commit

Permalink
feat(NestedSelectModal): The dialog must be centered
Browse files Browse the repository at this point in the history
  • Loading branch information
Merkur39 committed Sep 22, 2023
1 parent 4d30cb0 commit 6d4447f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions react/NestedSelect/Modal.jsx
Expand Up @@ -40,10 +40,7 @@ const NestedSelectDialogContent = ({ children }) => {
}

const NestedSelectModal = props => {
const { dialogProps } = useCozyDialog({
open: true,
align: 'top'
})
const { dialogProps } = useCozyDialog({ open: true })
return (
<Dialog
{...dialogProps}
Expand Down

0 comments on commit 6d4447f

Please sign in to comment.