Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Frontend/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,9 @@ const cancelGeneration = () => {
.then((response) => response.json())
.then((data) => {
alert(data.message);
console.log(data);
})
.catch((error) => {
alert("An error occurred. Please try again later.");
console.log(error);
});

// Hide cancel button
Expand Down
Loading