mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 07:55:36 +00:00
update draft ui (#3049)
This commit is contained in:
@@ -53,7 +53,7 @@ class ListRepoDraftsDialog extends React.Component {
|
||||
</thead>
|
||||
<tbody>
|
||||
{this.state.drafts.map((draft) => {
|
||||
let href = siteRoot + 'lib/' + draft.originRepoID + '/file' + Utils.encodePath(draft.draftFilePath);
|
||||
let href = siteRoot + 'drafts/' + draft.id + '/';
|
||||
return (
|
||||
<tr key={draft.id}>
|
||||
<td className="name">
|
||||
|
Reference in New Issue
Block a user