Merge branch 'gitlink_ssr_head' into pre_gitlink_ssr
This commit is contained in:
commit
6fb1ffb6ce
|
|
@ -155,9 +155,7 @@ function CoderDepot(props){
|
|||
setType("file");
|
||||
}else{
|
||||
setTreeValue(undefined);
|
||||
if (!projectEntries) {
|
||||
getDirInfo(branchName || defaultBranch);
|
||||
}
|
||||
getDirInfo(branchName || defaultBranch);
|
||||
setType("dir");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue