diff --git a/components/editable/EditableFilePicker.tsx b/components/editable/EditableFilePicker.tsx index 85b1009..6437dfc 100644 --- a/components/editable/EditableFilePicker.tsx +++ b/components/editable/EditableFilePicker.tsx @@ -7,7 +7,7 @@ import { Editable } from "./Editable"; * * Value is the file's [fakepath](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#value), as a string. */ -export function EditableFilePicker(props: HTMLProps & { value: File | "" }) { +export function EditableFilePicker(props: HTMLProps & { value?: undefined }) { return (