We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 542fbcf commit b1f8e86Copy full SHA for b1f8e86
apps/frontend/src/app/matching/MatchingModal.tsx
@@ -60,7 +60,7 @@ const MatchingModal: React.FC<MatchingModalProps> = ({ isOpen, onClose }) => {
60
onCancel={onClose}
61
footer={null}
62
closable={false}
63
- maskClosable={isClosableMatchingState()}
+ maskClosable={false}
64
className="modal"
65
>
66
{renderModalContent()}
0 commit comments