Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehor Podporinov authored and Yehor Podporinov committed Aug 28, 2023
1 parent b75dfd7 commit 7a35873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forms/AbiDecodeForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ const onFormChange = async () => {
else form.args = form.args.map(arg => ({ ...arg, value: '' }))
errorMessage.value = getErrorMessage(error)
ErrorHandler.process(error)
ErrorHandler.processWithoutFeedback(error)
}
_formStateJsonString = JSON.stringify(form)
Expand Down

0 comments on commit 7a35873

Please sign in to comment.