mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 19:29:56 +00:00
support rename Wiki (#6142)
* 01 UI support rename Wiki * rename wiki * old wiki support rename * fix wiki-v1 and wiki-v2 have same id * fix format --------- Co-authored-by: ‘JoinTyang’ <yangtong1009@163.com>
This commit is contained in:
@@ -154,7 +154,7 @@ class SysAdminShareToGroup extends React.Component {
|
||||
listSharedGroups = () => {
|
||||
let repoID = this.props.repoID;
|
||||
seafileAPI.sysAdminListRepoSharedItems(repoID, 'group').then((res) => {
|
||||
if(res.data.length !== 0) {
|
||||
if (res.data.length !== 0) {
|
||||
this.setState({
|
||||
sharedItems: res.data
|
||||
});
|
||||
|
Reference in New Issue
Block a user