Skip to content

Fix clearing input when the asset is changed

Mateusz Żebrak requested to merge mzebrak/hp-clears-input into develop

Close: #322 (closed)

There was an explicit code clearing the asset amount input, it was removed. I think it was done like that because the label "The withdrawal will be divided into 13 parts, one of which is:" was not updated after the assets change. It is fixed now.

Additionally, I found some query_one calls that look like should be query_exactly_one.

Merge request reports

Loading