Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SDP-1323] Fix bug introduced in PR #134 where the upload csv button …
…would never be enabled (#140) ### What Fix bug introduced in PR #134 where the upload csv button would never be enabled. ### Why The bug was caused because the PR removed the `{renderDropdownDefault(isWalletAssetsFetching)}` line of code that inserts the (initial) "empty dropdown value" to the dropdown list, and it resulted in preventing the _dropdown selection changed_ event from being called when the assets dropdown list contained a single item. That mistake prevents disbursement instructions from being uploaded. ### Additional Change(s) Update the syntax of the javascript filter function to return explicit booleans. --------- Co-authored-by: Iveta <[email protected]>
- Loading branch information