mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-14 14:21:23 +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:
@@ -57,7 +57,7 @@ class Org extends React.Component {
|
||||
return (
|
||||
<div id="main">
|
||||
<SidePanel isSidePanelClosed={isSidePanelClosed} onCloseSidePanel={this.onCloseSidePanel} />
|
||||
<MainPanel>
|
||||
<MainPanel currentTab={currentTab} toggleAddOrgAdmin={this.toggleAddOrgAdmin} toggleAddOrgUser={this.toggleAddOrgUser}>
|
||||
<Router>
|
||||
<OrgUsers
|
||||
path={siteRoot + "org/useradmin"}
|
||||
|
Reference in New Issue
Block a user