1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 16:10:26 +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:
Michael An
2024-05-31 10:59:59 +08:00
committed by GitHub
parent abdf2ebb0c
commit 7ea5517e40
24 changed files with 264 additions and 21 deletions

View File

@@ -188,7 +188,7 @@ class ShareToUser extends React.Component {
let path = this.props.itemPath;
let repoID = this.props.repoID;
seafileAPI.listSharedItems(repoID, path, 'user').then((res) => {
if(res.data.length !== 0) {
if (res.data.length !== 0) {
this.setState({sharedItems: res.data});
}
}).catch(error => {