mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-07 18:03:48 +00:00
['Modal' popups] fixup for popups which couldn't be closed via clicking outside (#5801)
This commit is contained in:
@@ -66,7 +66,7 @@ class TransferDialog extends React.Component {
|
||||
canTransferToDept = this.props.canTransferToDept;
|
||||
}
|
||||
return (
|
||||
<Modal isOpen={true}>
|
||||
<Modal isOpen={true} toggle={this.props.toggleDialog}>
|
||||
<ModalHeader toggle={this.props.toggleDialog}>
|
||||
<span>{gettext('Transfer Library {library_name}').replace('{library_name}', itemName)}</span>
|
||||
</ModalHeader>
|
||||
|
Reference in New Issue
Block a user