1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-15 14:49:09 +00:00

12.0 wiki page can add sub page (#6165)

* 00 add page.children

* 01 add delete inner page

* 02 change page indent and path

* 03 change top nav style

* 04 change svg and var name

* 05 move pages into or out folder

* 06 change codes
This commit is contained in:
Michael An
2024-06-07 09:45:05 +08:00
committed by GitHub
parent e5b696b098
commit 440fde0553
19 changed files with 632 additions and 416 deletions

View File

@@ -55,10 +55,6 @@ class Wikis extends Component {
errorMsg: Utils.getErrorMsg(error, true) // true: show login tip if 403
});
});
this.setState({
loading: false,
wikis: wikis
});
}).catch((error) => {
this.setState({
loading: false,