mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 10:58:33 +00:00
Implement wiki mode menu function (#2461)
This commit is contained in:
@@ -64,7 +64,7 @@ class DraftContent extends React.Component {
|
||||
let draft = this.state.currentDraft;
|
||||
|
||||
editUtilties.createDraftReview(draft.id).then(res => {
|
||||
const w = window.open()
|
||||
const w = window.open();
|
||||
w.location = siteRoot + 'drafts/review/' + res.data.id;
|
||||
}).catch((error) => {
|
||||
if (error.response.status == '409') {
|
||||
|
Reference in New Issue
Block a user