兼容页面刷新时的id新增

This commit is contained in:
何童崇 2021-08-19 21:22:24 +08:00
parent ff75065a0a
commit d988c4ea5f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ export default Form.create()(({ form, history, showNotification, projectDetail,
useEffect(() => {
wikiName && getWiki({
wikiName && project && getWiki({
owner,
repo: projectsId,
pagename: wikiName,