1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 02:10:24 +00:00

repair create repo bug

This commit is contained in:
shanshuirenjia
2018-12-17 15:12:10 +08:00
parent 2a3169c7cf
commit a665b12290
3 changed files with 11 additions and 3 deletions

View File

@@ -159,6 +159,7 @@ class GroupView extends React.Component {
let object = {
repo_id: res.data.id,
repo_name: res.data.name,
owner_name: res.data.group_name,
owner_email: res.data.owner,
permission: res.data.permission,
mtime: res.data.mtime,