mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-23 04:18:21 +00:00
fix edit wiki url (#6085)
This commit is contained in:
@@ -72,7 +72,7 @@ class WikiListItem extends Component {
|
||||
let fileIconUrl = Utils.getDefaultLibIconUrl(false);
|
||||
let isOldVersion = wiki.version !== 'v2';
|
||||
let publishedUrl = `${siteRoot}published/${encodeURIComponent(wiki.slug)}/`;
|
||||
let editUrl = `${siteRoot}edit-wiki/${wiki.id}/`;
|
||||
let editUrl = `${siteRoot}wikis/${wiki.id}/`;
|
||||
|
||||
const desktopItem = (
|
||||
<tr
|
||||
|
Reference in New Issue
Block a user