fix: remove zip support indication fixes #415
This commit is contained in:
parent
aef8a0850e
commit
3d696b0ab0
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ export function SourceTypeStep({ control, register, errors, urlValidationErrors,
|
|||
accept=".pdf,.doc,.docx,.pptx,.ppt,.xlsx,.xls,.txt,.md,.epub,.mp4,.avi,.mov,.wmv,.mp3,.wav,.m4a,.aac,.jpg,.jpeg,.png,.tiff,.zip,.tar,.gz,.html"
|
||||
/>
|
||||
<p className="text-xs text-muted-foreground mt-1">
|
||||
Select multiple files to batch import. Supported: Documents (PDF, DOC, DOCX, PPT, XLS, EPUB, TXT, MD), Media (MP4, MP3, WAV, M4A), Images (JPG, PNG), Archives (ZIP)
|
||||
Select multiple files to batch import. Supported: Documents (PDF, DOC, DOCX, PPT, XLS, EPUB, TXT, MD), Media (MP4, MP3, WAV, M4A), Images (JPG, PNG)
|
||||
</p>
|
||||
{fileCount > 1 && fileInput instanceof FileList && (
|
||||
<div className="mt-2 p-3 bg-muted rounded-md">
|
||||
|
|
|
|||
Loading…
Reference in a new issue