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:
@@ -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)}
|
||||
|
Reference in New Issue
Block a user