Skip to content

Commit

Permalink
feat(payout): add dynamic fields for payout widget (#590)
Browse files Browse the repository at this point in the history
Co-authored-by: ArushKapoorJuspay <[email protected]>
  • Loading branch information
kashif-m and ArushKapoorJuspay authored Sep 12, 2024
1 parent b211169 commit c647dee
Show file tree
Hide file tree
Showing 26 changed files with 1,875 additions and 880 deletions.
720 changes: 213 additions & 507 deletions src/CollectWidget.res

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Components/DropdownField.res
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let make = (
let handleChange = ev => {
let target = ev->ReactEvent.Form.target
let value = target["value"]
setValue(value)
setValue(_ => value)
if isDisplayValueVisible {
let findDisplayValue =
options
Expand Down
Loading

0 comments on commit c647dee

Please sign in to comment.