1
0
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:
JoinTyang
2024-05-16 09:58:18 +08:00
committed by GitHub
parent 5ece5934ea
commit b8e490d594
5 changed files with 6 additions and 6 deletions

View File

@@ -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