This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(home): do not mutate autopilot allocation
Modify autopilotAllocation in `onSubmit` handler rather than `preSubmit` as preSubmit mutates the data in the form state which can result in the field being populated with an invalid value in the case that lnd fails to start. See https://github.com/joepuzzo/informed/pull/118
- Loading branch information