Skip to content

Commit b1f8e86

Browse files
committed
Remove maskClosable
1 parent 542fbcf commit b1f8e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/app/matching/MatchingModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const MatchingModal: React.FC<MatchingModalProps> = ({ isOpen, onClose }) => {
6060
onCancel={onClose}
6161
footer={null}
6262
closable={false}
63-
maskClosable={isClosableMatchingState()}
63+
maskClosable={false}
6464
className="modal"
6565
>
6666
{renderModalContent()}

0 commit comments

Comments
 (0)