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