mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 23:02:26 +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,
|
sdocServer: seadocServerUrl,
|
||||||
accessToken,
|
accessToken,
|
||||||
};
|
};
|
||||||
|
window.seafile = { docUuid };
|
||||||
const sdocServerApi = new SDocServerApi(config);
|
const sdocServerApi = new SDocServerApi(config);
|
||||||
sdocServerApi.getDocContent().then(res => {
|
sdocServerApi.getDocContent().then(res => {
|
||||||
this.setState({
|
this.setState({
|
||||||
|
Reference in New Issue
Block a user