mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 00:43:53 +00:00
Update review (#2481)
This commit is contained in:
@@ -49,7 +49,7 @@ class DraftListItem extends React.Component {
|
||||
let draft = this.props.draft;
|
||||
let filePath = draft.draft_file_path;
|
||||
let repoID = draft.origin_repo_id;
|
||||
let url = siteRoot + 'lib/' + repoID + '/file' + filePath + '?mode=edit&draft_id=' + draft.id;
|
||||
let url = siteRoot + 'lib/' + repoID + '/file' + filePath + '?mode=edit';
|
||||
window.open(url);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user