tbxLastPaymentPerc: increase max value

This commit is contained in:
Chika 2022-04-25 15:01:38 +03:00
parent 56959e491b
commit d16936cac3

View File

@ -76,7 +76,7 @@ const elementsProps: Partial<Record<AllElementsNames, ElementProps>> = {
},
tbxLastPaymentPerc: {
min: '0',
max: '15',
max: '70',
step: '1.000000',
precision: 6,
formatter: formatNumber,