Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit cb0299e

Browse files
Update the file types supported
1 parent cfe3462 commit cb0299e

File tree

1 file changed

+1
-1
lines changed
  • client/src/components/Upload/Initial

1 file changed

+1
-1
lines changed

client/src/components/Upload/Initial/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default function Initial({ onError, onUpload, templateId }) {
7373
{invalidFileExtension && (
7474
<div className={style.message}>
7575
<Message
76-
message={"Only XLS and CSV files are allowed"}
76+
message={"Only XLS, XLSX and CSV files are allowed"}
7777
onClose={() => setInvalidFileExtension(false)}
7878
title={"Upload Error"}
7979
/>

0 commit comments

Comments
 (0)