Skip to content

Commit

Permalink
added error details
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzadtomal committed Oct 21, 2023
1 parent 9dfc294 commit bf455b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/create-prompt/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const CreatePrompt = () => {

}
catch(error){
console.log(error)
console.log("error is"+error)
}
finally{
setSubmitting(false)
Expand Down

0 comments on commit bf455b6

Please sign in to comment.