diff --git a/src/client/Containers/Calculation/Elements/props/common.ts b/src/client/Containers/Calculation/Elements/props/common.ts index 2443935..5f9a221 100644 --- a/src/client/Containers/Calculation/Elements/props/common.ts +++ b/src/client/Containers/Calculation/Elements/props/common.ts @@ -76,7 +76,7 @@ const elementsProps: Partial> = { }, tbxLastPaymentPerc: { min: '0', - max: '15', + max: '70', step: '1.000000', precision: 6, formatter: formatNumber,