mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-11 20:01:10 +00:00
Group and shared module improve (#2739)
* update seafile-ui.css * add repo detail for group * add-detail for groups-view * group-and-shared-module-improve * when look detail, clicking navPath, or clicking other item will generator error
This commit is contained in:
@@ -15,6 +15,7 @@ const propTypes = {
|
||||
isItemFreezed: PropTypes.bool.isRequired,
|
||||
onFreezedItem: PropTypes.func.isRequired,
|
||||
onItemUnshare: PropTypes.func.isRequired,
|
||||
onItmeDetails: PropTypes.func,
|
||||
};
|
||||
|
||||
class SharedRepoListItem extends React.Component {
|
||||
@@ -131,7 +132,7 @@ class SharedRepoListItem extends React.Component {
|
||||
}
|
||||
|
||||
onItemDetails = () => {
|
||||
// todo
|
||||
this.props.onItemDetails(this.props.repo);
|
||||
}
|
||||
|
||||
onItemShare = () => {
|
||||
|
Reference in New Issue
Block a user