Skip to content

Commit

Permalink
chore: log error
Browse files Browse the repository at this point in the history
  • Loading branch information
devceline committed Jan 24, 2025
1 parent 7f5723d commit e9fb351
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,9 @@ function AvailableTestContent() {
type: 'success'
})
},
onError: () => {
onError: (error) => {
setLoading(false)
console.error(error)
toast({
title: 'SendCalls Error',
description: 'Failed to send calls',
Expand Down

0 comments on commit e9fb351

Please sign in to comment.