mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? Fix: Hide the download button if it is an empty file #3762 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -57,3 +57,8 @@ export enum KnowledgeSearchParams {
|
||||
DocumentId = 'doc_id',
|
||||
KnowledgeId = 'id',
|
||||
}
|
||||
|
||||
export enum DocumentType {
|
||||
Virtual = 'virtual',
|
||||
Visual = 'visual',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user