Skip to content

Commit

Permalink
support form: add support for pdf files
Browse files Browse the repository at this point in the history
  • Loading branch information
jennur committed Nov 20, 2023
1 parent e9f2724 commit 93a011f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const FileUploader = ({

<label className="helptext mt-5 mb-0">
Optional. Max attachments size: {humanReadableBytes(maxFileSize, false)}.
Accepted file formats: {dropzoneParams.accept}.
</label>

{errorMessage && (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ class SupportForm extends Component {
});
},
maxSize: maxFileSize,
accept: ".jpeg,.jpg,.png",
};
return (
<SemanticForm as={Form} onSubmit={handleSubmit}>
Expand Down

0 comments on commit 93a011f

Please sign in to comment.