Support PDF for file uploads (#1610)
This commit is contained in:
@@ -147,7 +147,7 @@ function FileUpload({ value, onChange }: Props) {
|
||||
id={inputId}
|
||||
type="file"
|
||||
onChange={handleFileChange}
|
||||
accept=".csv"
|
||||
accept=".csv,.pdf"
|
||||
className="hidden"
|
||||
/>
|
||||
<div className="flex max-w-full gap-2 px-2">
|
||||
|
||||
Reference in New Issue
Block a user