mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 01:44:13 +00:00
fix org page warnings
This commit is contained in:
@@ -20,7 +20,7 @@ class OrgDepartmentsList extends React.Component {
|
||||
super(props);
|
||||
this.state = {
|
||||
groups: null,
|
||||
groupID: -1,
|
||||
groupID: '',
|
||||
groupName: '',
|
||||
showDeleteDepartDialog: false,
|
||||
showSetGroupQuotaDialog: false,
|
||||
@@ -71,7 +71,6 @@ class OrgDepartmentsList extends React.Component {
|
||||
<ModalPortal>
|
||||
<AddDepartDialog
|
||||
onDepartChanged={this.onDepartChanged}
|
||||
parentGroupID={this.props.groupID}
|
||||
groupID={this.state.groupID}
|
||||
toggle={this.toggleAddDepartDialog}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user