This commit is contained in:
jasder 2021-08-19 21:54:56 +08:00
commit b3d62b9cf1
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,