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:
chanx
2026-03-16 20:15:49 +08:00
committed by GitHub
parent af7e24ba8c
commit 5403f142ae
2 changed files with 2 additions and 7 deletions

View File

@@ -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')}