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