1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-10 19:29:56 +00:00

Fix department group no repo style (#7035)

* fix department group no repo

* Revert "add new repo in my-libraries-view and group-view"

This reverts commit b75d772424.
This commit is contained in:
Michael An
2024-11-13 14:25:36 +08:00
committed by GitHub
parent 9d313a8eea
commit 3824a899b5
5 changed files with 31 additions and 105 deletions

View File

@@ -168,7 +168,6 @@ class MyLibraries extends Component {
onTransferRepo={this.onTransferRepo}
onMonitorRepo={this.onMonitorRepo}
sortRepoList={this.sortRepoList}
toggleCreateRepoDialog={this.toggleCreateRepoDialog}
/>
}
</div>