mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 19:29:56 +00:00
delete details choice in menu (#3239)
This commit is contained in:
@@ -12,7 +12,6 @@ const propTypes = {
|
||||
onRenameRepo: PropTypes.func.isRequired,
|
||||
onDeleteRepo: PropTypes.func.isRequired,
|
||||
onTransferRepo: PropTypes.func.isRequired,
|
||||
onRepoDetails: PropTypes.func.isRequired,
|
||||
onRepoClick: PropTypes.func.isRequired,
|
||||
};
|
||||
|
||||
@@ -61,7 +60,6 @@ class MylibRepoListView extends React.Component {
|
||||
onRenameRepo={this.props.onRenameRepo}
|
||||
onDeleteRepo={this.props.onDeleteRepo}
|
||||
onTransferRepo={this.props.onTransferRepo}
|
||||
onRepoDetails={this.props.onRepoDetails}
|
||||
onRepoClick={this.props.onRepoClick}
|
||||
/>
|
||||
);
|
||||
|
Reference in New Issue
Block a user