Skip to content

Commit

Permalink
Use correct file name
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarvelle committed Jan 3, 2025
1 parent f7814fe commit b5bd648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FileUploader/FileUploader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const FileUploader = ({ onFileSave, close }: Props) => {
};

const allowedFiletypes = [
".3fm",
".3mf",
".csv",
".doc",
".docx",
Expand Down

0 comments on commit b5bd648

Please sign in to comment.