Skip to content

Commit

Permalink
Merge branch 'develop' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponchimeow committed Dec 26, 2024
2 parents ac44606 + 8fff2ff commit 77e5a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/CommonModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const CommonModal: React.FC<
renderFooter?: () => React.ReactElement
} & ModalProps
> = ({ title, isFullWidth, renderHeaderIcon, renderCloseButtonBlock, renderFooter, children, ...ModalProps }) => (
<Modal {...ModalProps}>
<Modal {...ModalProps} trapFocus={false}>
<ModalOverlay />
<StyledModalContent isFullWidth={isFullWidth}>
<StyledWrapper>
Expand Down

0 comments on commit 77e5a71

Please sign in to comment.