mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-04 03:35:04 -05:00
accept all types
This commit is contained in:
@@ -261,8 +261,7 @@ export const FileV3Block: BlockConfig<FileParserV3Output> = {
|
||||
title: 'Files',
|
||||
type: 'file-upload' as SubBlockType,
|
||||
canonicalParamId: 'fileInput',
|
||||
acceptedTypes:
|
||||
'.pdf,.csv,.doc,.docx,.txt,.md,.xlsx,.xls,.html,.htm,.pptx,.ppt,.json,.xml,.rtf',
|
||||
acceptedTypes: '*',
|
||||
placeholder: 'Upload files to process',
|
||||
multiple: true,
|
||||
mode: 'basic',
|
||||
|
||||
Reference in New Issue
Block a user