Skip to content

Commit

Permalink
Merge pull request #2 from mezotv/bugfixes
Browse files Browse the repository at this point in the history
Small wording change
  • Loading branch information
Peter authored Jul 23, 2022
2 parents e944cd7 + 83e85b6 commit ce5145a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ export default function Upload() {
} else setError("JSON file is corrupted");
};
readFile_.readAsText(fileUploaded);
} else setError("Only zip files are supported");
} else setError("Only zip and json files are supported");
}
};

Expand Down

1 comment on commit ce5145a

@vercel
Copy link

@vercel vercel bot commented on ce5145a Jul 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.