Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wallet - Fix Bond Form validation issue #717

Closed
fmtabbara opened this issue Aug 2, 2021 · 1 comment · Fixed by #715
Closed

Wallet - Fix Bond Form validation issue #717

fmtabbara opened this issue Aug 2, 2021 · 1 comment · Fixed by #715
Assignees

Comments

@fmtabbara
Copy link
Contributor

No description provided.

@fmtabbara fmtabbara self-assigned this Aug 2, 2021
@fmtabbara fmtabbara linked a pull request Aug 2, 2021 that will close this issue
@fmtabbara
Copy link
Contributor Author

The validateHost function inside of the BondNodeForm component was receiving to a html node instead of the value of that node causing a type error. This bug had occurred when some additional type-safety had been included in a form update.

This has now been fixed and some additional refactoring of code has been done for the BondNodeForm which has helped to shorthand and eliminate some code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant