diff --git a/src/client/stores/CalculationStore/Effects/reactions/otherReactions.ts b/src/client/stores/CalculationStore/Effects/reactions/otherReactions.ts index f1e294d..49b011e 100644 --- a/src/client/stores/CalculationStore/Effects/reactions/otherReactions.ts +++ b/src/client/stores/CalculationStore/Effects/reactions/otherReactions.ts @@ -1350,7 +1350,9 @@ const reactionEffects: IReactionEffect[] = [ }, effect: ({ graphType, leasingPeriod }) => { if (graphType === 100000003 && leasingPeriod < 14) { - calculationStore.setValue('leasingPeriod', 14); + setTimeout(() => { + calculationStore.setValue('leasingPeriod', 14); + }, 0); openNotification({ type: 'warning', title: 'Внимание',