1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-05-12 18:05:05 +00:00

['manage group members' dialog] keep this dialog open after clicking the 'cancel' button in the 'select group members' dialog ()

This commit is contained in:
llj 2025-02-24 17:51:43 +08:00 committed by GitHub
parent 0a11ce8282
commit b461005c18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -163,7 +163,6 @@ class ManageMembersDialog extends React.Component {
};
onClickDeptBtn = () => {
this.props.toggleManageMembersDialog();
this.props.toggleDepartmentDetailDialog();
};