mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-09 02:42:47 +00:00
12.0 change edit wiki page style (#6109)
* 00 change className from app * change wiki2 side panel style
This commit is contained in:
@@ -214,7 +214,6 @@ class Wiki extends Component {
|
||||
this.removePythonWrapper();
|
||||
wikiAPI.getWiki2FileContent(wikiId, filePath).then(res => {
|
||||
let data = res.data;
|
||||
|
||||
this.setState({
|
||||
isDataLoading: false,
|
||||
content: data.content,
|
||||
@@ -605,6 +604,8 @@ class Wiki extends Component {
|
||||
/>
|
||||
<MainPanel
|
||||
path={this.state.path}
|
||||
config={this.state.config}
|
||||
currentPageId={this.state.currentPageId}
|
||||
pathExist={this.state.pathExist}
|
||||
isViewFile={this.state.isViewFile}
|
||||
isDataLoading={this.state.isDataLoading}
|
||||
|
Reference in New Issue
Block a user