1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 07:01:12 +00:00

move dialog

This commit is contained in:
Michael An
2019-05-05 15:18:54 +08:00
parent b183c7c3ab
commit 9574c5943f
13 changed files with 310 additions and 337 deletions

View File

@@ -36,8 +36,8 @@ class AddOrgAdminDialog extends React.Component {
render() {
return (
<Modal isOpen={true}>
<ModalHeader>{gettext('Add Admins')}</ModalHeader>
<Modal isOpen={true} toggle={this.toggle}>
<ModalHeader toggle={this.toggle}>{gettext('Add Admins')}</ModalHeader>
<ModalBody>
<UserSelect
ref="userSelect"