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

repair groupownedgroup create bug

This commit is contained in:
shanshuirenjia
2018-12-16 11:17:17 +08:00
parent d7564bcbba
commit 4cbc72819e
5 changed files with 56 additions and 8 deletions

View File

@@ -146,6 +146,7 @@ class SharedRepoListItem extends React.Component {
onItemDelete = () => {
// todo
this.props.onItemDelete(this.props.repo);
}
toggleShareDialog = () => {