You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the SubmitEvidenceModal component, the catch block in the submitEvidence function does not capture the error object or provide feedback to the user. Capturing the error allows for better debugging, and notifying the user improves the user experience.
In the SubmitEvidenceModal component, the catch block in the
submitEvidence
function does not capture the error object or provide feedback to the user. Capturing the error allows for better debugging, and notifying the user improves the user experience.PR: #1654
Comment: #1654 (comment)
Requested by @jaybuidl.
The text was updated successfully, but these errors were encountered: