FIX bug
This commit is contained in:
commit
b3d62b9cf1
|
@ -27,7 +27,7 @@ export default Form.create()(({ form, history, showNotification, projectDetail,
|
|||
|
||||
|
||||
useEffect(() => {
|
||||
wikiName && getWiki({
|
||||
wikiName && project && getWiki({
|
||||
owner,
|
||||
repo: projectsId,
|
||||
pagename: wikiName,
|
||||
|
|
Loading…
Reference in New Issue