兼容页面刷新时的id新增

This commit is contained in:
何童崇 2021-08-19 21:22:24 +08:00 committed by caishi
parent ffc8ffdaf8
commit 5a8e5df6bb
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,