From d16936cac34ad68afab9dc518f000c4505007d83 Mon Sep 17 00:00:00 2001 From: Chika Date: Mon, 25 Apr 2022 15:01:38 +0300 Subject: [PATCH] tbxLastPaymentPerc: increase max value --- src/client/Containers/Calculation/Elements/props/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,