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

Org admin improve (#3090)

* move btn position

* repair ui interaction

* add btn-loading state

* repair text to password bug

* repair height bug
This commit is contained in:
杨顺强
2019-03-11 10:34:40 +08:00
committed by Daniel Pan
parent 649b835733
commit d0ad828267
6 changed files with 45 additions and 35 deletions

View File

@@ -48,8 +48,8 @@ class AddOrgAdminDialog extends React.Component {
/>
</ModalBody>
<ModalFooter>
<Button color="primary" onClick={this.addOrgAdmin}>{gettext('Submit')}</Button>
<Button color="secondary" onClick={this.toggle}>{gettext('Close')}</Button>
<Button color="primary" onClick={this.addOrgAdmin}>{gettext('Submit')}</Button>
</ModalFooter>
</Modal>
);