1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 19:08:21 +00:00

['Modal' popups] fixup for popups which couldn't be closed via clicking outside (#5801)

This commit is contained in:
llj
2023-11-30 13:58:06 +08:00
committed by GitHub
parent 6287aedb41
commit 17e832274c
18 changed files with 18 additions and 18 deletions

View File

@@ -96,7 +96,7 @@ class ChangeRepoPasswordDialog extends React.Component {
const { repoName, toggleDialog } = this.props;
return (
<Modal isOpen={true} centered={true} style={{height: 'auto'}}>
<Modal isOpen={true} style={{height: 'auto'}} toggle={toggleDialog}>
<ModalHeader toggle={toggleDialog}>
<span>
{Utils.generateDialogTitle(gettext('Change Password of Library {placeholder}'), repoName)}