mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 12:58:34 +00:00
Library view more menu (#7806)
* [library view] added the 'More' menu('more' operations for the current library) * add monitored field when get repo info --------- Co-authored-by: lian <imwhatiam123@gmail.com>
This commit is contained in:
@@ -66,6 +66,7 @@ class TransferDialog extends React.Component {
|
||||
const { activeTab, reshare, selectedOption, selectedUsers } = this.state;
|
||||
const email = activeTab === TRANS_DEPART ? selectedOption.value : selectedUsers[0].email;
|
||||
this.props.onTransferRepo(email, reshare);
|
||||
this.props.toggleDialog();
|
||||
};
|
||||
|
||||
componentDidMount() {
|
||||
|
Reference in New Issue
Block a user