Skip to content

Commit

Permalink
Merge main into sweep/user-friendly-error-messages
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Dec 11, 2023
2 parents 2291c45 + 31d432e commit acc018e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function SubmissionForms(props) {
Object.values(outputFormats).some((value) => value);

const showToast = (id, message) => {
console.log("uploadFiles", uploadedFiles);
// console.log("uploadFiles", uploadedFiles);
renderToast({ id, message });
setConversionCanBeStarted(false);
};
Expand Down

0 comments on commit acc018e

Please sign in to comment.