mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-19 07:27:56 +00:00
['manage group members' dialog] keep this dialog open after clicking the 'cancel' button in the 'select group members' dialog (#7511)
This commit is contained in:
parent
0a11ce8282
commit
b461005c18
@ -163,7 +163,6 @@ class ManageMembersDialog extends React.Component {
|
|||||||
};
|
};
|
||||||
|
|
||||||
onClickDeptBtn = () => {
|
onClickDeptBtn = () => {
|
||||||
this.props.toggleManageMembersDialog();
|
|
||||||
this.props.toggleDepartmentDetailDialog();
|
this.props.toggleDepartmentDetailDialog();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user