Skip to content

Commit 4f2b5a5

Browse files
committed
accept all types
1 parent dc3d449 commit 4f2b5a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/sim/blocks/blocks/file.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,7 @@ export const FileV3Block: BlockConfig<FileParserV3Output> = {
261261
title: 'Files',
262262
type: 'file-upload' as SubBlockType,
263263
canonicalParamId: 'fileInput',
264-
acceptedTypes:
265-
'.pdf,.csv,.doc,.docx,.txt,.md,.xlsx,.xls,.html,.htm,.pptx,.ppt,.json,.xml,.rtf',
264+
acceptedTypes: '*',
266265
placeholder: 'Upload files to process',
267266
multiple: true,
268267
mode: 'basic',

0 commit comments

Comments
 (0)