1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 23:29:49 +00:00

rename list and item

This commit is contained in:
shanshuirenjia
2018-12-10 18:19:03 +08:00
parent 60acb25a9a
commit eaceb8a1bd
4 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ import Loading from '../../components/loading';
import Group from '../../models/group';
import RepoInfo from '../../models/repoInfo';
import GeneralToolbar from '../../components/toolbar/general-toolbar';
import ShareRepoListView from '../../components/share-repo-list-view/share-repo-list-view';
import SharedRepoListView from '../../components/shared-repo-list-view/shared-repo-list-view';
import '../../css/groups.css';
@@ -43,7 +43,7 @@ class RepoListViewPanel extends React.Component {
</h4>
{this.state.repoList.length === 0 ?
emptyTip :
<ShareRepoListView
<SharedRepoListView
isShowTableThread={false}
isShowRepoOwner={false}
currentGroup={this.props.group}