fix: hide the add button when the folder is a knowledge base (#765)

### What problem does this PR solve?

#764 fix: hide the add button when the folder is a knowledge base

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
balibabu
2024-05-14 16:53:32 +08:00
committed by GitHub
parent d7744f5870
commit 282f0857a3
2 changed files with 5 additions and 1 deletions

View File

@ -28,4 +28,5 @@ export interface IFolder {
type: string;
update_date: string;
update_time: number;
source_type: string;
}