兼容页面刷新时的id新增
This commit is contained in:
parent
ff75065a0a
commit
d988c4ea5f
|
@ -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