mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-18 21:57:27 +08:00
Feat: Add chunk also supports uploading image. (#13628)
### What problem does this PR solve? Feat: Add chunk also supports uploading image. ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -382,7 +382,7 @@ export function FileUploader(props: FileUploaderProps) {
|
||||
<div className="relative flex flex-col gap-4 overflow-hidden">
|
||||
{!(hideDropzoneOnMaxFileCount && reachesMaxFileCount) && (
|
||||
<Tabs defaultValue="file" className="w-full">
|
||||
<TabsList className="w-full justify-start">
|
||||
<TabsList className="w-fit justify-start">
|
||||
<TabsTrigger value="file" className="gap-2">
|
||||
<FileText className="size-4" />
|
||||
{t('fileManager.files', 'Files')}
|
||||
|
||||
Reference in New Issue
Block a user