Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
fix: adds prop to other modal overlay as well
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacwashere committed Mar 15, 2022
1 parent 4113cc7 commit 2c78f7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/zephyr/src/Modals/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ export const Modal = ({

return (
<ModalOverlay
dangerouslyBypassFocusLock={dangerouslyBypassFocusLock}
isAlertModal={false}
leastDestructiveRef={withCloseButton ? closeButtonRef : leastDestructiveRef}
onDismiss={onDismiss}
Expand Down

0 comments on commit 2c78f7f

Please sign in to comment.