mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-22 00:47:46 +02:00
Fix bug
This commit is contained in:
@@ -36,7 +36,7 @@ async function loadChildren(item, recursive?: boolean) {
|
||||
if (json instanceof Array) {
|
||||
return json.map((i) => ({
|
||||
name: i.name,
|
||||
isFile: i.type === 'file',
|
||||
isFile: i.isFile,
|
||||
htmlUrl: i.html_url,
|
||||
path: i.path,
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user