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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user