Skip to content

Commit

Permalink
fix: updated the whitelisted filetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
khavinshankar committed Jan 16, 2024
1 parent 88ef469 commit bc8e131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Patient/FileUpload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@ export const FileUpload = (props: FileUploadProps) => {
title="changeFile"
onChange={onFileChange}
type="file"
accept="image/jpeg,image/png,application/pdf"
accept="image/*,video/*,audio/*,text/plain,text/csv,application/rtf,application/msword,application/vnd.oasis.opendocument.text,application/pdf,application/vnd.ms-excel,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.oasis.opendocument.spreadsheet,application/pdf"
hidden
/>
</label>
Expand Down

0 comments on commit bc8e131

Please sign in to comment.