Skip to content

Commit

Permalink
Merge branch 'feat/adjust-total-sessions-decimal' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
TedxTed committed Jan 16, 2025
1 parent 9b529e0 commit ae33129
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -928,6 +928,7 @@ const MemberContractCreationForm: React.FC<
<InputNumber
min={1}
value={totalAmount}
step={0.1}
onChange={e => {
setTotalAmount(Number(e))
setCategory({
Expand Down

0 comments on commit ae33129

Please sign in to comment.