Skip to content

Commit

Permalink
fix: file attachment capture attribute (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortennordseth committed Sep 27, 2024
1 parent 62fdbf9 commit 22fb990
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/page-modules/contact/components/input/file.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export function FileInput({ onChange, label, name }: FileInputProps) {
className={style.input__file}
multiple
accept="image/*,.pdf,.doc,docx,.txt"
capture="environment"
/>

<label htmlFor={id} className={style.label__file}>
Expand Down

0 comments on commit 22fb990

Please sign in to comment.