Skip to content

Commit

Permalink
feat: display error feedback to ui
Browse files Browse the repository at this point in the history
  • Loading branch information
abretonc7s committed Nov 10, 2023
1 parent 76c39f1 commit 11a23c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devnext/src/pages/demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function Demo() {
setResponse(txHash);
} catch (e) {
console.log(e);
setRpcError(null);
setRpcError(e);
} finally {
setRequesting(false);
}
Expand Down

0 comments on commit 11a23c5

Please sign in to comment.