Skip to content

Commit

Permalink
Fix leave document upload types
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavberi committed Jun 28, 2024
1 parent 25265cb commit b7d4254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/screens/ApplyLeave/components/DocumentUpload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ function DocumentAdd({
DocumentPicker.types.docx, // docx
DocumentPicker.types.doc, // doc
DocumentPicker.types.xls, // xls
"application/vnd.oasis.opendocument.text", // odt
"application/vnd.oasis.opendocument.spreadsheet", // ods
// "application/vnd.oasis.opendocument.text", // odt
// "application/vnd.oasis.opendocument.spreadsheet", // ods
"image/bmp", // bmp
"image/png", // png
"image/jpeg", // jpg, jpeg
Expand Down

0 comments on commit b7d4254

Please sign in to comment.