Skip to content

Commit

Permalink
chore: optimize model mask closeable
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamerblue committed Dec 7, 2024
1 parent 238c331 commit 5b2e6e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AddTeamMemberModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class AddTeamMemberModal extends React.Component<Props, State> {
confirmLoading={confirmLoading}
onOk={this.handleOk}
onCancel={this.handleHideModel}
maskClosable={false}
>
<Form layout="vertical" hideRequiredMark={true}>
<Form.Item label="User">
Expand Down
1 change: 1 addition & 0 deletions src/components/SelfTeamsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ class SelfTeamsModal extends React.Component<Props, State> {
visible={this.state.visible}
onCancel={this.handleHideModel}
footer={null}
maskClosable={false}
>
<Form layout="vertical" hideRequiredMark={true}>
<Form.Item label="Join an Invited Team">
Expand Down

0 comments on commit 5b2e6e8

Please sign in to comment.