Skip to content

Commit

Permalink
fix schema error for amount input
Browse files Browse the repository at this point in the history
  • Loading branch information
BalogunofAfrica committed May 16, 2024
1 parent 15ff3e2 commit b842e0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/quo/components/wallet/amount_input/schema.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
[:props
[:map {:closed true}
[:status {:optional true} [:maybe [:enum :default :error]]]
[:on-change-text {:optional true} [:maybe fn?]]
[:on-inc-press {:optional true} [:maybe fn?]]
[:on-dec-press {:optional true} [:maybe fn?]]
[:container-style {:optional true} [:maybe :map]]
[:min-value {:optional true} [:maybe :int]]
[:max-value {:optional true} [:maybe :int]]
Expand Down

0 comments on commit b842e0f

Please sign in to comment.