mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 19:08:21 +00:00
optimize code (#6979)
This commit is contained in:
@@ -126,6 +126,7 @@ class MainPanel extends Component {
|
|||||||
isWiki={true}
|
isWiki={true}
|
||||||
path={this.props.path}
|
path={this.props.path}
|
||||||
repoID={repoID}
|
repoID={repoID}
|
||||||
|
isTOCShow={false}
|
||||||
markdownContent={this.props.content}
|
markdownContent={this.props.content}
|
||||||
isFileLoading={this.props.isDataLoading}
|
isFileLoading={this.props.isDataLoading}
|
||||||
lastModified = {this.props.lastModified}
|
lastModified = {this.props.lastModified}
|
||||||
|
Reference in New Issue
Block a user