Merge main into sweep/add-sweep-config

This commit is contained in:
sweep-ai[bot] 2023-11-19 15:59:47 +00:00 committed by GitHub
commit a681f389e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ const rejectStyle = {
borderColor: "#ff1744",
};
// TODO: Move to a seperate file
// TODO: Move to a separate file
function fileToDataURL(file: File) {
return new Promise((resolve, reject) => {
const reader = new FileReader();