tbxLastPaymentPerc: increase max value
This commit is contained in:
parent
56959e491b
commit
d16936cac3
@ -76,7 +76,7 @@ const elementsProps: Partial<Record<AllElementsNames, ElementProps>> = {
|
||||
},
|
||||
tbxLastPaymentPerc: {
|
||||
min: '0',
|
||||
max: '15',
|
||||
max: '70',
|
||||
step: '1.000000',
|
||||
precision: 6,
|
||||
formatter: formatNumber,
|
||||
|
||||
Reference in New Issue
Block a user