feat: Do not display arrow icons on leaf node of folders #1826 (#1862)

### What problem does this PR solve?

feat: Do not display arrow icons on leaf node of folders #1826

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-08-08 10:50:41 +08:00
committed by GitHub
parent 1d5a9b74ff
commit ed6a693820
3 changed files with 14 additions and 2 deletions

View File

@ -13,6 +13,7 @@ export interface IFile {
update_date: string;
update_time: number;
source_type: string;
has_child_folder?: boolean;
}
export interface IFolder {