sync with core updates

add for e6b77ea
This commit is contained in:
vchikalkin 2021-12-13 11:03:44 +03:00 committed by Chika
parent 6c7ddb0927
commit 02212722d3
3 changed files with 3 additions and 3 deletions

View File

@ -110,7 +110,7 @@ const elementsProps: TElements<ElementProps> = {
tbxFirstPaymentPerc: {
min: '0',
max: '50',
precision: 2,
precision: 4,
formatter: formatNumber,
},
tbxFirstPaymentRub: {

View File

@ -1699,7 +1699,7 @@ const reactionEffects: IReactionEffect[] = [
);
break;
}
case 100000002: {
case 100000001: {
calculationStore.setStatus('tbxIRR_Perc', ElementStatus.Disabled);
calculationStore.setStatus('tbxTotalPayments', ElementStatus.Default);
break;

View File

@ -376,7 +376,7 @@ const initialOptions: TElements<IBaseOption[]> = {
},
{
name: 'Суммы',
value: 100000002,
value: 100000001,
},
],
radioObjectRegistration: [