Skip to content

Commit

Permalink
RC #291 - Adding "modal" prop to Dialog.Root in Modal component
Browse files Browse the repository at this point in the history
  • Loading branch information
dleadbetter committed Aug 14, 2024
1 parent d895735 commit 6ef6420
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core-data/src/components/Modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const Modal = (props: Props) => {

return (
<Dialog.Root
modal
open={props.open}
>
<Dialog.Portal
Expand Down

0 comments on commit 6ef6420

Please sign in to comment.