mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 14:50:29 +00:00
fix wiki sync bug (#7798)
Co-authored-by: 小强 <shuntian@xiaoqiangdeMacBook-Pro.local>
This commit is contained in:
@@ -211,6 +211,7 @@ class Wiki extends Component {
|
||||
sdocServer: seadocServerUrl,
|
||||
accessToken,
|
||||
};
|
||||
window.seafile = { docUuid };
|
||||
const sdocServerApi = new SDocServerApi(config);
|
||||
sdocServerApi.getDocContent().then(res => {
|
||||
this.setState({
|
||||
|
Reference in New Issue
Block a user